Package | Description |
---|---|
org.codice.ddf.spatial.geocoding | |
org.codice.ddf.spatial.geocoding.extract | |
org.codice.ddf.spatial.geocoding.index |
Modifier and Type | Method and Description |
---|---|
List<GeoEntry> |
GeoEntryExtractor.getGeoEntries(String resource,
ProgressCallback progressCallback)
Extracts GeoNames entries from a resource as
GeoEntry objects, all at once, providing
updates about the extraction progress. |
void |
GeoEntryExtractor.pushGeoEntriesToExtractionCallback(String resource,
GeoEntryExtractor.ExtractionCallback extractionCallback)
Extracts GeoNames entries from a resource as
GeoEntry objects and passes each GeoEntry object through the callback extractionCallback . |
void |
GeoEntryIndexer.updateIndex(String resource,
GeoEntryExtractor geoEntryExtractor,
boolean create,
ProgressCallback progressCallback)
Updates a GeoNames index with
GeoEntry objects extracted by a GeoEntryExtractor . |
Modifier and Type | Method and Description |
---|---|
List<GeoEntry> |
GeoNamesFileExtractor.getGeoEntries(String resource,
ProgressCallback progressCallback) |
InputStream |
GeoNamesFileExtractor.getUrlInputStreamFromWebClient() |
void |
GeoNamesFileExtractor.pushGeoEntriesToExtractionCallback(String resource,
GeoEntryExtractor.ExtractionCallback extractionCallback) |
Modifier and Type | Method and Description |
---|---|
void |
GeoNamesLuceneIndexer.updateIndex(String resource,
GeoEntryExtractor geoEntryExtractor,
boolean create,
ProgressCallback progressCallback) |
This work is licensed under a Creative Commons Attribution 4.0 International License.