public class VectorIngestRunner extends AnalyzeRunner
AnalyzeRunner.AnalysisInfo| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
parameters |
landsatOptions| Constructor and Description |
|---|
VectorIngestRunner(Landsat8BasicCommandLineOptions analyzeOptions,
List<String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
nextBand(org.opengis.feature.simple.SimpleFeature band,
AnalyzeRunner.AnalysisInfo analysisInfo) |
protected void |
nextScene(org.opengis.feature.simple.SimpleFeature firstBandOfScene,
AnalyzeRunner.AnalysisInfo analysisInfo) |
protected void |
runInternal(OperationParams params) |
static void |
writeScene(org.opengis.feature.simple.SimpleFeatureType sceneType,
org.opengis.feature.simple.SimpleFeature firstBandOfScene,
Writer sceneWriter) |
lastSceneCompletepublic VectorIngestRunner(Landsat8BasicCommandLineOptions analyzeOptions, List<String> parameters)
protected void runInternal(OperationParams params) throws Exception
runInternal in class AnalyzeRunnerExceptionprotected void nextBand(org.opengis.feature.simple.SimpleFeature band,
AnalyzeRunner.AnalysisInfo analysisInfo)
nextBand in class AnalyzeRunnerprotected void nextScene(org.opengis.feature.simple.SimpleFeature firstBandOfScene,
AnalyzeRunner.AnalysisInfo analysisInfo)
nextScene in class AnalyzeRunnerpublic static void writeScene(org.opengis.feature.simple.SimpleFeatureType sceneType,
org.opengis.feature.simple.SimpleFeature firstBandOfScene,
Writer sceneWriter)
Copyright © 2013–2022. All rights reserved.