Class CatalogFeatureIndexer

java.lang.Object
org.codice.ddf.spatial.geocoding.feature.CatalogFeatureIndexer
All Implemented Interfaces:
org.codice.ddf.spatial.geocoding.FeatureIndexer

public class CatalogFeatureIndexer extends Object implements org.codice.ddf.spatial.geocoding.FeatureIndexer
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.codice.ddf.spatial.geocoding.FeatureIndexer

    org.codice.ddf.spatial.geocoding.FeatureIndexer.IndexCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    CatalogFeatureIndexer(ddf.catalog.CatalogFramework catalogFramework, CatalogHelper catalogHelper, List<ddf.catalog.data.MetacardType> metacardTypes, org.codice.ddf.security.Security security)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setSecurity(org.codice.ddf.security.Security security)
     
    void
    updateIndex(String resource, org.codice.ddf.spatial.geocoding.FeatureExtractor featureExtractor, boolean create, org.codice.ddf.spatial.geocoding.FeatureIndexer.IndexCallback callback)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • GEO_ENTRY_METACARD_TYPE_MISSING_ERROR_MSG

      public static final String GEO_ENTRY_METACARD_TYPE_MISSING_ERROR_MSG
      See Also:
  • Constructor Details

    • CatalogFeatureIndexer

      public CatalogFeatureIndexer(ddf.catalog.CatalogFramework catalogFramework, CatalogHelper catalogHelper, List<ddf.catalog.data.MetacardType> metacardTypes, org.codice.ddf.security.Security security)
  • Method Details

    • setSecurity

      public void setSecurity(org.codice.ddf.security.Security security)
    • updateIndex

      public void updateIndex(String resource, org.codice.ddf.spatial.geocoding.FeatureExtractor featureExtractor, boolean create, org.codice.ddf.spatial.geocoding.FeatureIndexer.IndexCallback callback) throws org.codice.ddf.spatial.geocoding.FeatureExtractionException, org.codice.ddf.spatial.geocoding.FeatureIndexingException
      Specified by:
      updateIndex in interface org.codice.ddf.spatial.geocoding.FeatureIndexer
      Throws:
      org.codice.ddf.spatial.geocoding.FeatureExtractionException
      org.codice.ddf.spatial.geocoding.FeatureIndexingException