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, user

    Fields inherited from class org.codice.ddf.commands.catalog.CommandSupport

    console, ERROR_COLOR, MS_PER_SECOND
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
     
    void
    setFeatureExtractor(org.codice.ddf.spatial.geocoding.FeatureExtractor featureExtractor)
     
    void
    setFeatureIndexer(org.codice.ddf.spatial.geocoding.FeatureIndexer featureIndexer)
     
    void
    setGeoEntryExtractor(org.codice.ddf.spatial.geocoding.GeoEntryExtractor geoEntryExtractor)
     
    void
    setGeoEntryIndexer(org.codice.ddf.spatial.geocoding.GeoEntryIndexer geoEntryIndexer)
     
    void
    setResource(String resource)
     

    Methods inherited from class org.codice.ddf.commands.catalog.SubjectCommands

    execute

    Methods inherited from class org.codice.ddf.commands.catalog.CommandSupport

    calculateRecordsPerSecond, printColor, printErrorMessage, printHeaderMessage, printProgressAndFlush, printSuccessMessage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public void setResource(String resource)
    • executeWithSubject

      protected Object executeWithSubject() throws Exception
      Specified by:
      executeWithSubject in class org.codice.ddf.commands.catalog.SubjectCommands
      Throws:
      Exception