Class GazetteerUpdateCommand
java.lang.Object
org.codice.ddf.commands.catalog.CommandSupport
org.codice.ddf.commands.catalog.SubjectCommands
org.codice.ddf.commands.spatial.gazetteer.GazetteerUpdateCommand
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public final class GazetteerUpdateCommand
extends org.codice.ddf.commands.catalog.SubjectCommands
-
Field Summary
Fields inherited from class org.codice.ddf.commands.catalog.SubjectCommands
security, session, userFields inherited from class org.codice.ddf.commands.catalog.CommandSupport
console, ERROR_COLOR, MS_PER_SECOND -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectvoidsetFeatureExtractor(org.codice.ddf.spatial.geocoding.FeatureExtractor featureExtractor) voidsetFeatureIndexer(org.codice.ddf.spatial.geocoding.FeatureIndexer featureIndexer) voidsetGeoEntryExtractor(org.codice.ddf.spatial.geocoding.GeoEntryExtractor geoEntryExtractor) voidsetGeoEntryIndexer(org.codice.ddf.spatial.geocoding.GeoEntryIndexer geoEntryIndexer) voidsetResource(String resource) Methods inherited from class org.codice.ddf.commands.catalog.SubjectCommands
executeMethods inherited from class org.codice.ddf.commands.catalog.CommandSupport
calculateRecordsPerSecond, printColor, printErrorMessage, printHeaderMessage, printProgressAndFlush, printSuccessMessage
-
Constructor Details
-
GazetteerUpdateCommand
public GazetteerUpdateCommand()
-
-
Method Details
-
setGeoEntryExtractor
public void setGeoEntryExtractor(org.codice.ddf.spatial.geocoding.GeoEntryExtractor geoEntryExtractor) -
setGeoEntryIndexer
public void setGeoEntryIndexer(org.codice.ddf.spatial.geocoding.GeoEntryIndexer geoEntryIndexer) -
setFeatureIndexer
public void setFeatureIndexer(org.codice.ddf.spatial.geocoding.FeatureIndexer featureIndexer) -
setFeatureExtractor
public void setFeatureExtractor(org.codice.ddf.spatial.geocoding.FeatureExtractor featureExtractor) -
setResource
-
executeWithSubject
- Specified by:
executeWithSubjectin classorg.codice.ddf.commands.catalog.SubjectCommands- Throws:
Exception
-