Uses of Interface
org.codice.ddf.spatial.geocoding.ProgressCallback
Packages that use ProgressCallback
-
Uses of ProgressCallback in org.codice.ddf.spatial.geocoding
Subinterfaces of ProgressCallback in org.codice.ddf.spatial.geocodingModifier and TypeInterfaceDescriptionstatic interfaceAnExtractionCallbackprovides a method for receiving aGeoEntryobject that has been extracted from a resource.Methods in org.codice.ddf.spatial.geocoding with parameters of type ProgressCallbackModifier and TypeMethodDescriptionGeoEntryExtractor.getGeoEntries(String resource, ProgressCallback progressCallback) Extracts GeoNames entries from a resource asGeoEntryobjects, all at once, providing updates about the extraction progress.voidGeoEntryIndexer.updateIndex(String resource, GeoEntryExtractor geoEntryExtractor, boolean create, ProgressCallback progressCallback) Updates a GeoNames index withGeoEntryobjects extracted by aGeoEntryExtractor.voidGeoEntryIndexer.updateIndex(List<GeoEntry> newEntries, boolean create, ProgressCallback progressCallback, String entrySource)