public interface CapabilitiesResponse
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_DESC
A description of the service
|
static String |
SERVICE_NAME
The name of the service
|
static String |
SERVICE_VERSION
The service version number
|
Modifier and Type | Method and Description |
---|---|
String |
getCoreVersion()
Get the core version.
|
List<CustomObject> |
getCustomObjects()
Custom objects can be used to describe the parameters of an Operation, if it uses object beyond
the defined Address, Preferences, and so forth.
|
List<Pair<String,String>> |
getGeocoderVersions()
Get the geocoder versions.
|
List<String> |
getGeocodingEngines()
Returns a list of the geocoding engines
|
String |
getServiceDesc()
Get the service description
|
String |
getServiceName()
Get the service name
|
List<String> |
getSupportedCountries()
Get the supported countries from the query.
|
List<Operation> |
getSupportedOperations()
Get the supported operations from the query.
|
void |
setCoreVersion(String version)
Set the the core version.
|
void |
setCustomObjects(List<CustomObject> customObjects)
Set the custom objects.
|
void |
setGeocoderVersions(List<Pair<String,String>> geocoderVersions)
Set the geocoder versions.
|
void |
setGeocodingEngines(List<String> geocodeEngines)
Set the Geocoding Engines.
|
void |
setServiceDesc(String desc)
Set the service description.
|
void |
setServiceName(String name)
Set the service name.
|
void |
setSupportedCountries(List<String> countries)
Set the supported countries
|
void |
setSupportedOperations(List<Operation> operations)
Set the supported operations
|
static final String SERVICE_NAME
static final String SERVICE_DESC
static final String SERVICE_VERSION
String getServiceName()
void setServiceName(String name)
name
- - the service nameString getServiceDesc()
void setServiceDesc(String desc)
desc
- - the service descriptionString getCoreVersion()
void setCoreVersion(String version)
version
- - the core versionList<String> getGeocodingEngines()
void setGeocodingEngines(List<String> geocodeEngines)
geocodeEngines
- - the Geocoding EnginesList<Operation> getSupportedOperations()
void setSupportedOperations(List<Operation> operations)
operations
- - the supported operationsList<String> getSupportedCountries()
void setSupportedCountries(List<String> countries)
countries
- - the supported countriesList<CustomObject> getCustomObjects()
void setCustomObjects(List<CustomObject> customObjects)
customObjects
- - the custom objectsList<Pair<String,String>> getGeocoderVersions()
Copyright © 2024. All rights reserved.