Index

A B C D E F G H I L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ADMIN_FEATURE_CLASS - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
ADMINISTRATIVE_DIVISION - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
alternateNames(String) - Method in class org.codice.ddf.spatial.geocoding.GeoEntry.Builder
 
AREA_FEATURE_CLASS - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 

B

build() - Method in class org.codice.ddf.spatial.geocoding.GeoEntry.Builder
 
Builder() - Constructor for class org.codice.ddf.spatial.geocoding.GeoEntry.Builder
 

C

CAPITAL - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
CITY_FEATURE_CODES - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
COUNTRY_FEATURE_CODES - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
COUNTRY_GAZETTEER_SORT_VALUE - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
COUNTRY_TAG - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
countryCode(String) - Method in class org.codice.ddf.spatial.geocoding.GeoEntry.Builder
 
createGeoEntry(String, String) - Method in interface org.codice.ddf.spatial.geocoding.GeoEntryCreator
Creates a GeoEntry from a String representing a GeoNames entry.

D

DIVISION_FIFTH_ORDER - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
DIVISION_FIRST_ORDER - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
DIVISION_FOURTH_ORDER - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
DIVISION_SECOND_ORDER - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
DIVISION_THIRD_ORDER - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 

E

extracted(GeoEntry) - Method in interface org.codice.ddf.spatial.geocoding.GeoEntryExtractor.ExtractionCallback
extracted(SimpleFeature) - Method in interface org.codice.ddf.spatial.geocoding.FeatureExtractor.ExtractionCallback
 

F

FEATURE_CLASS_ATTRIBUTE_NAME - Static variable in class org.codice.ddf.spatial.geocoding.GeoEntryAttributes
 
FEATURE_CLASS_VALUES - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
FEATURE_CODE_ATTRIBUTE_NAME - Static variable in class org.codice.ddf.spatial.geocoding.GeoEntryAttributes
 
featureClass(String) - Method in class org.codice.ddf.spatial.geocoding.GeoEntry.Builder
 
featureCode(String) - Method in class org.codice.ddf.spatial.geocoding.GeoEntry.Builder
 
FeatureExtractionException - Exception Class in org.codice.ddf.spatial.geocoding
 
FeatureExtractionException(String) - Constructor for exception class org.codice.ddf.spatial.geocoding.FeatureExtractionException
Instantiates a new exception with the provided message.
FeatureExtractionException(String, Throwable) - Constructor for exception class org.codice.ddf.spatial.geocoding.FeatureExtractionException
Instantiates a new exception with the provided message and Throwable.
FeatureExtractor - Interface in org.codice.ddf.spatial.geocoding
A FeatureExtractor provides methods for extracting SimpleFeature objects from various resources.
FeatureExtractor.ExtractionCallback - Interface in org.codice.ddf.spatial.geocoding
 
FeatureIndexer - Interface in org.codice.ddf.spatial.geocoding
A FeatureIndexer provides methods for adding SimpleFeature objects to a new or existing local index.
FeatureIndexer.IndexCallback - Interface in org.codice.ddf.spatial.geocoding
 
FeatureIndexingException - Exception Class in org.codice.ddf.spatial.geocoding
 
FeatureIndexingException(String) - Constructor for exception class org.codice.ddf.spatial.geocoding.FeatureIndexingException
Instantiates a new exception with the provided message.
FeatureIndexingException(String, Throwable) - Constructor for exception class org.codice.ddf.spatial.geocoding.FeatureIndexingException
Instantiates a new exception with the provided message and Throwable.
FeatureQueryable - Interface in org.codice.ddf.spatial.geocoding
A FeatureQueryable provides methods for querying a resource containing geographic features.
FeatureQueryException - Exception Class in org.codice.ddf.spatial.geocoding
 
FeatureQueryException(String) - Constructor for exception class org.codice.ddf.spatial.geocoding.FeatureQueryException
Instantiates a new exception with the provided message.
FeatureQueryException(String, Throwable) - Constructor for exception class org.codice.ddf.spatial.geocoding.FeatureQueryException
Instantiates a new exception with the provided message and Throwable.

G

GAZETTEER_METACARD_TAG - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
GAZETTEER_SORT_VALUE - Static variable in class org.codice.ddf.spatial.geocoding.GeoEntryAttributes
 
gazetteerSort(Integer) - Method in class org.codice.ddf.spatial.geocoding.GeoEntry.Builder
 
GeoCoderService - Interface in org.codice.ddf.spatial.geocoding
 
GeoCodingConstants - Class in org.codice.ddf.spatial.geocoding
 
GeoEntry - Class in org.codice.ddf.spatial.geocoding
A GeoEntry represents a GeoNames entry.
GeoEntry.Builder - Class in org.codice.ddf.spatial.geocoding
 
GeoEntryAttributes - Class in org.codice.ddf.spatial.geocoding
 
GeoEntryAttributes() - Constructor for class org.codice.ddf.spatial.geocoding.GeoEntryAttributes
 
GeoEntryCreator - Interface in org.codice.ddf.spatial.geocoding
A GeoEntryCreator provides methods for creating GeoEntry objects from various GeoNames data formats.
GeoEntryExtractionException - Exception Class in org.codice.ddf.spatial.geocoding
Thrown by a GeoEntryExtractor when an error occurs during the extraction of GeoNames entries from a resource.
GeoEntryExtractionException(String) - Constructor for exception class org.codice.ddf.spatial.geocoding.GeoEntryExtractionException
Instantiates a new exception with the provided message.
GeoEntryExtractionException(String, Throwable) - Constructor for exception class org.codice.ddf.spatial.geocoding.GeoEntryExtractionException
Instantiates a new exception with the provided message and Throwable.
GeoEntryExtractor - Interface in org.codice.ddf.spatial.geocoding
A GeoEntryExtractor provides methods for extracting GeoEntry objects from various GeoNames resources.
GeoEntryExtractor.ExtractionCallback - Interface in org.codice.ddf.spatial.geocoding
An ExtractionCallback provides a method for receiving a GeoEntry object that has been extracted from a resource.
GeoEntryIndexer - Interface in org.codice.ddf.spatial.geocoding
A GeoEntryIndexer provides methods for adding GeoEntry objects to a new or existing local index.
GeoEntryIndexingException - Exception Class in org.codice.ddf.spatial.geocoding
Thrown by a GeoEntryIndexer when an error occurs during the indexing of GeoEntry objects.
GeoEntryIndexingException(String) - Constructor for exception class org.codice.ddf.spatial.geocoding.GeoEntryIndexingException
Instantiates a new exception with the provided message.
GeoEntryIndexingException(String, Throwable) - Constructor for exception class org.codice.ddf.spatial.geocoding.GeoEntryIndexingException
Instantiates a new exception with the provided message and Throwable.
GeoEntryQueryable - Interface in org.codice.ddf.spatial.geocoding
A GeoEntryQueryable provides methods for querying a resource containing GeoNames data.
GeoEntryQueryException - Exception Class in org.codice.ddf.spatial.geocoding
Thrown by a GeoEntryQueryable when an error occurs while querying a GeoNames resource.
GeoEntryQueryException(String) - Constructor for exception class org.codice.ddf.spatial.geocoding.GeoEntryQueryException
Instantiates a new exception with the provided message.
GeoEntryQueryException(String, Throwable) - Constructor for exception class org.codice.ddf.spatial.geocoding.GeoEntryQueryException
Instantiates a new exception with the provided message and Throwable.
GEOMETRY_TYPE - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
GEONAMES_TAG - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
GeoNamesRemoteDownloadException - Exception Class in org.codice.ddf.spatial.geocoding
Thrown by GeoEntryExtractor when an error occurs during downloading of a GeoNames zip file.
GeoNamesRemoteDownloadException(String) - Constructor for exception class org.codice.ddf.spatial.geocoding.GeoNamesRemoteDownloadException
Instantiates a new exception with the provided message.
GeoNamesRemoteDownloadException(String, Throwable) - Constructor for exception class org.codice.ddf.spatial.geocoding.GeoNamesRemoteDownloadException
Instantiates a new exception with the provided message and Throwable.
getAlternateNames() - Method in class org.codice.ddf.spatial.geocoding.GeoEntry
 
getAttributeDescriptor(String) - Method in class org.codice.ddf.spatial.geocoding.GeoEntryAttributes
 
getAttributeDescriptors() - Method in class org.codice.ddf.spatial.geocoding.GeoEntryAttributes
 
getCardinalDirection() - Method in interface org.codice.ddf.spatial.geocoding.context.NearbyLocation
 
getCountryCode() - Method in class org.codice.ddf.spatial.geocoding.GeoEntry
 
getCountryCode(String, int) - Method in interface org.codice.ddf.spatial.geocoding.GeoEntryQueryable
Retrieves the country code for the the area defined by wktLocation in a distance of up to radius from the coordinate searched.
getDistance() - Method in interface org.codice.ddf.spatial.geocoding.context.NearbyLocation
 
getFeatureClass() - Method in class org.codice.ddf.spatial.geocoding.GeoEntry
 
getFeatureCode() - Method in class org.codice.ddf.spatial.geocoding.GeoEntry
 
getGeoEntries(String, ProgressCallback) - Method in interface org.codice.ddf.spatial.geocoding.GeoEntryExtractor
Extracts GeoNames entries from a resource as GeoEntry objects, all at once, providing updates about the extraction progress.
getId() - Method in interface org.codice.ddf.spatial.geocoding.Suggestion
Identifier that can be used to retrieve a specific GeoEntry from a resource
getImportLocation() - Method in class org.codice.ddf.spatial.geocoding.GeoEntry
 
getLatitude() - Method in class org.codice.ddf.spatial.geocoding.GeoEntry
 
getLocation(String, String) - Method in interface org.codice.ddf.spatial.geocoding.GeoCoderService
 
getLongitude() - Method in class org.codice.ddf.spatial.geocoding.GeoEntry
 
getName() - Method in interface org.codice.ddf.spatial.geocoding.context.NearbyLocation
 
getName() - Method in class org.codice.ddf.spatial.geocoding.GeoEntry
 
getName() - Method in class org.codice.ddf.spatial.geocoding.GeoEntryAttributes
 
getName() - Method in interface org.codice.ddf.spatial.geocoding.Suggestion
Search suggestion name
getNearbyCities(String) - Method in interface org.codice.ddf.spatial.geocoding.GeoCoderService
 
getNearestCities(String, int, int) - Method in interface org.codice.ddf.spatial.geocoding.GeoEntryQueryable
Retrieves the cities within radiusInKm kilometers of metacard, sorted by population in descending order.
getPopulation() - Method in class org.codice.ddf.spatial.geocoding.GeoEntry
 
getSuggestedNames(String, int) - Method in interface org.codice.ddf.spatial.geocoding.GeoEntryQueryable
Retrieves auto-complete suggestions based on a partial or full word queryString

H

HYDROGRAPHIC_FEATURE_CLASS - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 

I

IMPORT_LOCATION - Static variable in class org.codice.ddf.spatial.geocoding.GeoEntryAttributes
 
importLocation(String) - Method in class org.codice.ddf.spatial.geocoding.GeoEntry.Builder
 
indexed(int) - Method in interface org.codice.ddf.spatial.geocoding.FeatureIndexer.IndexCallback
 

L

latitude(Double) - Method in class org.codice.ddf.spatial.geocoding.GeoEntry.Builder
 
longitude(Double) - Method in class org.codice.ddf.spatial.geocoding.GeoEntry.Builder
 

M

MAXIMUM_GAZETTEER_SORT_VALUE - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
MOUNTAIN_FEATURE_CLASS - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
MOUNTAIN_FEATURE_CODE - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
MOUNTAIN_RANGE_FEATURE_CODE - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 

N

name(String) - Method in class org.codice.ddf.spatial.geocoding.GeoEntry.Builder
 
NearbyLocation - Interface in org.codice.ddf.spatial.geocoding.context
Describes the position of a known location of interest relative to a nearby location.

O

OCEAN_FEATURE_CODE - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
org.codice.ddf.spatial.geocoding - package org.codice.ddf.spatial.geocoding
 
org.codice.ddf.spatial.geocoding.context - package org.codice.ddf.spatial.geocoding.context
 

P

POLITICAL_ENTITY - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
POLITICAL_ENTITY_DEPENDENT - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
POLITICAL_ENTITY_FREELY_ASSOCIATED - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
POLITICAL_ENTITY_INDEPENDENT - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
POLITICAL_ENTITY_SEMI_INDEPENDENT - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
POPULATED_FEATURE_CLASS - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
POPULATED_PLACE - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
population(long) - Method in class org.codice.ddf.spatial.geocoding.GeoEntry.Builder
 
POPULATION_ATTRIBUTE_NAME - Static variable in class org.codice.ddf.spatial.geocoding.GeoEntryAttributes
 
ProgressCallback - Interface in org.codice.ddf.spatial.geocoding
A ProgressCallback provides a method for receiving progress updates on long-running tasks.
pushFeaturesToExtractionCallback(String, FeatureExtractor.ExtractionCallback) - Method in interface org.codice.ddf.spatial.geocoding.FeatureExtractor
Extracts geographic features from a resource as SimpleFeature objects and passes each through the callback extractionCallback.
pushGeoEntriesToExtractionCallback(String, GeoEntryExtractor.ExtractionCallback) - Method in interface org.codice.ddf.spatial.geocoding.GeoEntryExtractor
Extracts GeoNames entries from a resource as GeoEntry objects and passes each GeoEntry object through the callback extractionCallback.

Q

query(String, int) - Method in interface org.codice.ddf.spatial.geocoding.GeoEntryQueryable
Retrieves the top results for the given query up to maxResults results.
query(String, String, int) - Method in interface org.codice.ddf.spatial.geocoding.FeatureQueryable
Retrieves the top results for the given query up to maxResults results.
queryById(String) - Method in interface org.codice.ddf.spatial.geocoding.GeoEntryQueryable
Retrieves the GeoEntry corresponding to the supplied identifier.

R

ROAD_FEATURE_CLASS - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 

S

SEA_FEATURE_CODE - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
SEAT_FIRST_ORDER - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
SEAT_FOURTH_ORDER - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
SEAT_SECOND_ORDER - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
SEAT_THIRD_ORDER - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
setUrl(String) - Method in interface org.codice.ddf.spatial.geocoding.GeoEntryExtractor
Sets the url
SPECIAL_GAZETTEER_SORT_VALUE - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
SPOT_FEATURE_CLASS - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
SUGGEST_PLACE_KEY - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
Suggestion - Interface in org.codice.ddf.spatial.geocoding
This code is experimental.

T

toString() - Method in class org.codice.ddf.spatial.geocoding.GeoEntry.Builder
 
toString() - Method in class org.codice.ddf.spatial.geocoding.GeoEntry
 

U

UNDERSEA_FEATURE_CLASS - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
updateIndex(String, FeatureExtractor, boolean, FeatureIndexer.IndexCallback) - Method in interface org.codice.ddf.spatial.geocoding.FeatureIndexer
Updates a GeoNames index with SimpleFeature objects extracted by a GeoEntryExtractor.
updateIndex(String, GeoEntryExtractor, boolean, ProgressCallback) - Method in interface org.codice.ddf.spatial.geocoding.GeoEntryIndexer
Updates a GeoNames index with GeoEntry objects extracted by a GeoEntryExtractor.
updateIndex(List<GeoEntry>, boolean, ProgressCallback, String) - Method in interface org.codice.ddf.spatial.geocoding.GeoEntryIndexer
Updates a GeoNames index with a List of GeoEntry objects.
updateProgress(int) - Method in interface org.codice.ddf.spatial.geocoding.ProgressCallback
Receives an update on the progress of a long-running task.

V

VEGETATION_FEATURE_CLASS - Static variable in class org.codice.ddf.spatial.geocoding.GeoCodingConstants
 
A B C D E F G H I L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form