Package | Description |
---|---|
org.codice.ddf.spatial.geocoding | |
org.codice.ddf.spatial.geocoding.index |
Modifier and Type | Method and Description |
---|---|
void |
GeoEntryExtractor.ExtractionCallback.extracted(GeoEntry newEntry)
Receives a
GeoEntry object from GeoEntryExtractor.pushGeoEntriesToExtractionCallback(String,
ExtractionCallback) |
void |
GeoEntryIndexer.updateIndex(List<GeoEntry> newEntries,
boolean create,
ProgressCallback progressCallback)
|
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 |
---|---|
void |
GeoNamesLuceneIndexer.updateIndex(List<GeoEntry> geoEntryList,
boolean create,
ProgressCallback progressCallback) |
void |
GeoNamesLuceneIndexer.updateIndex(String resource,
GeoEntryExtractor geoEntryExtractor,
boolean create,
ProgressCallback progressCallback) |
This work is licensed under a Creative Commons Attribution 4.0 International License.