Uses of Interface
org.codice.ddf.spatial.geocoding.GeoEntryExtractor.ExtractionCallback
Packages that use GeoEntryExtractor.ExtractionCallback
-
Uses of GeoEntryExtractor.ExtractionCallback in org.codice.ddf.spatial.geocoding
Methods in org.codice.ddf.spatial.geocoding with parameters of type GeoEntryExtractor.ExtractionCallbackModifier and TypeMethodDescriptionvoidGeoEntryExtractor.pushGeoEntriesToExtractionCallback(String resource, GeoEntryExtractor.ExtractionCallback extractionCallback) Extracts GeoNames entries from a resource asGeoEntryobjects and passes eachGeoEntryobject through the callbackextractionCallback.