Uses of Class
org.codice.ddf.spatial.geocoding.GeoEntryExtractionException
Packages that use GeoEntryExtractionException
-
Uses of GeoEntryExtractionException in org.codice.ddf.spatial.geocoding
Methods in org.codice.ddf.spatial.geocoding that throw GeoEntryExtractionExceptionModifier and TypeMethodDescriptionGeoEntryExtractor.getGeoEntries(String resource, ProgressCallback progressCallback) Extracts GeoNames entries from a resource asGeoEntryobjects, all at once, providing updates about the extraction progress.voidGeoEntryExtractor.pushGeoEntriesToExtractionCallback(String resource, GeoEntryExtractor.ExtractionCallback extractionCallback) Extracts GeoNames entries from a resource asGeoEntryobjects and passes eachGeoEntryobject through the callbackextractionCallback.voidGeoEntryIndexer.updateIndex(String resource, GeoEntryExtractor geoEntryExtractor, boolean create, ProgressCallback progressCallback) Updates a GeoNames index withGeoEntryobjects extracted by aGeoEntryExtractor.