Package org.codice.ddf.spatial.geocoding
Interface GeoEntryExtractor.ExtractionCallback
- All Superinterfaces:
ProgressCallback
- Enclosing interface:
- GeoEntryExtractor
An
ExtractionCallback provides a method for receiving a GeoEntry object that
has been extracted from a resource.-
Method Summary
Modifier and TypeMethodDescriptionvoidReceives aGeoEntryobject fromGeoEntryExtractor.pushGeoEntriesToExtractionCallback(String, ExtractionCallback)Methods inherited from interface org.codice.ddf.spatial.geocoding.ProgressCallback
updateProgress
-
Method Details
-
extracted
Receives aGeoEntryobject fromGeoEntryExtractor.pushGeoEntriesToExtractionCallback(String, ExtractionCallback)- Parameters:
newEntry- theGeoEntryobject just extracted- Throws:
GeoEntryIndexingException- if an error occurs adding a new entry to the index
-