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(org.locationtech.geowave.core.cli.api.OperationParams params) |
static void |
writeScene(org.opengis.feature.simple.SimpleFeatureType sceneType,
org.opengis.feature.simple.SimpleFeature firstBandOfScene,
org.locationtech.geowave.core.store.api.Writer sceneWriter) |
lastSceneCompletepublic VectorIngestRunner(Landsat8BasicCommandLineOptions analyzeOptions, List<String> parameters)
protected void runInternal(org.locationtech.geowave.core.cli.api.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,
org.locationtech.geowave.core.store.api.Writer sceneWriter)
Copyright © 2013–2019. All rights reserved.