public interface GeocodeEngine extends Serializable
Modifier and Type | Method and Description |
---|---|
List<String> |
getDictionaryOrdering()
Get the list of supported dictionaries in the order to be searched
|
String |
getName()
Get the name of the Geocoding engine
|
String |
getPrimaryCountry()
Get the country code used as internal name of the Geocoding Engine
|
List<String> |
getSupportedCountries()
Get the list of supported countries
|
String |
getVersion()
Get the version of the Geocoding engine
|
String |
getVintage()
Get the version string of the Geocoding engine
|
void |
setDictionaryOrdering(List<String> dicts)
set the list of supported dictionaries in the order to be searched
|
void |
setName(String name)
Set the name of the Geocoding Engine
|
void |
setPrimaryCountry(String name)
Set the country code used as internal name of the Geocoding Engine
|
void |
setSupportedCountries(List<String> countries)
Set the list of supported countries
|
void |
setVersion(String version)
Set the version of the Geocoding Engine
|
void |
setVintage(String vintage)
Set the version string of the Geocoding engine
|
String getName()
void setName(String name)
name
- - name of the geocoding engineString getVersion()
void setVersion(String version)
version
- - version of the geocoding engineString getVintage()
void setVintage(String vintage)
vintage
- the software vintage of the geocoding engineString getPrimaryCountry()
void setPrimaryCountry(String name)
name
- - 3 char country abbreviation for the engineList<String> getSupportedCountries()
void setSupportedCountries(List<String> countries)
countries
- - the list of supported countriesList<String> getDictionaryOrdering()
Copyright © 2024. All rights reserved.