Uses of Class
org.codice.ddf.spatial.geocoding.GeoNamesRemoteDownloadException
Packages that use GeoNamesRemoteDownloadException
-
Uses of GeoNamesRemoteDownloadException in org.codice.ddf.spatial.geocoding
Methods in org.codice.ddf.spatial.geocoding that throw GeoNamesRemoteDownloadExceptionModifier 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.