public class BandFeatureIterator extends Object implements org.geotools.data.simple.SimpleFeatureIterator
| Modifier and Type | Field and Description |
|---|---|
static String |
BAND_ATTRIBUTE_NAME |
static String |
BAND_DOWNLOAD_ATTRIBUTE_NAME |
protected static String |
BANDS_TYPE_NAME |
protected static NumberFormat |
PATH_ROW_FORMATTER |
static String |
SIZE_ATTRIBUTE_NAME |
| Constructor and Description |
|---|
BandFeatureIterator(boolean onlyScenesSinceLastRun,
boolean useCachedScenes,
boolean nBestScenesByPathRow,
int nBestScenes,
int nBestBands,
org.opengis.filter.Filter cqlFilter,
String workspaceDir) |
BandFeatureIterator(SceneFeatureIterator sceneIterator,
boolean nBestScenesByPathRow,
int nBestBands,
org.opengis.filter.Filter cqlFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static org.opengis.feature.simple.SimpleFeatureType |
createFeatureType(org.opengis.feature.simple.SimpleFeatureType sceneType) |
protected static String |
getDownloadImage(String entityId,
int path,
int row,
String bandId) |
protected static String |
getDownloadIndexHtml(String entityId,
int path,
int row) |
protected static String |
getDownloadPath(String entityId,
int path,
int row) |
boolean |
hasNext() |
org.opengis.feature.simple.SimpleFeature |
next() |
protected static final NumberFormat PATH_ROW_FORMATTER
protected static final String BANDS_TYPE_NAME
public static final String BAND_ATTRIBUTE_NAME
public static final String SIZE_ATTRIBUTE_NAME
public static final String BAND_DOWNLOAD_ATTRIBUTE_NAME
public BandFeatureIterator(boolean onlyScenesSinceLastRun,
boolean useCachedScenes,
boolean nBestScenesByPathRow,
int nBestScenes,
int nBestBands,
org.opengis.filter.Filter cqlFilter,
String workspaceDir)
throws MalformedURLException,
IOException
MalformedURLExceptionIOExceptionpublic BandFeatureIterator(SceneFeatureIterator sceneIterator, boolean nBestScenesByPathRow, int nBestBands, org.opengis.filter.Filter cqlFilter)
public static org.opengis.feature.simple.SimpleFeatureType createFeatureType(org.opengis.feature.simple.SimpleFeatureType sceneType)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface org.geotools.feature.FeatureIterator<org.opengis.feature.simple.SimpleFeature>public boolean hasNext()
hasNext in interface org.geotools.feature.FeatureIterator<org.opengis.feature.simple.SimpleFeature>public org.opengis.feature.simple.SimpleFeature next()
throws NoSuchElementException
next in interface org.geotools.feature.FeatureIterator<org.opengis.feature.simple.SimpleFeature>NoSuchElementExceptionprotected static String getDownloadIndexHtml(String entityId, int path, int row)
Copyright © 2013–2021. All rights reserved.