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) |
lastSceneComplete
public VectorIngestRunner(Landsat8BasicCommandLineOptions analyzeOptions, List<String> parameters)
protected void runInternal(OperationParams params) throws Exception
runInternal
in class AnalyzeRunner
Exception
protected void nextBand(org.opengis.feature.simple.SimpleFeature band, AnalyzeRunner.AnalysisInfo analysisInfo)
nextBand
in class AnalyzeRunner
protected void nextScene(org.opengis.feature.simple.SimpleFeature firstBandOfScene, AnalyzeRunner.AnalysisInfo analysisInfo)
nextScene
in class AnalyzeRunner
public static void writeScene(org.opengis.feature.simple.SimpleFeatureType sceneType, org.opengis.feature.simple.SimpleFeature firstBandOfScene, Writer sceneWriter)
Copyright © 2013–2022. All rights reserved.