Class GeoJSONFeatureExtractor
java.lang.Object
org.codice.ddf.spatial.geocoding.feature.GeoJSONFeatureExtractor
- All Implemented Interfaces:
org.codice.ddf.spatial.geocoding.FeatureExtractor
public class GeoJSONFeatureExtractor
extends Object
implements org.codice.ddf.spatial.geocoding.FeatureExtractor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.codice.ddf.spatial.geocoding.FeatureExtractor
org.codice.ddf.spatial.geocoding.FeatureExtractor.ExtractionCallback -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpushFeaturesToExtractionCallback(String resource, org.codice.ddf.spatial.geocoding.FeatureExtractor.ExtractionCallback extractionCallback)
-
Constructor Details
-
GeoJSONFeatureExtractor
public GeoJSONFeatureExtractor()
-
-
Method Details
-
pushFeaturesToExtractionCallback
public void pushFeaturesToExtractionCallback(String resource, org.codice.ddf.spatial.geocoding.FeatureExtractor.ExtractionCallback extractionCallback) throws org.codice.ddf.spatial.geocoding.FeatureExtractionException - Specified by:
pushFeaturesToExtractionCallbackin interfaceorg.codice.ddf.spatial.geocoding.FeatureExtractor- Throws:
org.codice.ddf.spatial.geocoding.FeatureExtractionException
-