Modifier and Type | Method and Description |
---|---|
Addressing |
AddressingBuilder.build() |
Capabilities |
Addresser.capabilities() |
List<Feature> |
Addresser.features(String name) |
Response |
Addresser.geocode(RequestAddress address,
Preferences preferences) |
ConfiguredDictionaryOutput |
Addresser.getConfiguredDictionaries(ConfiguredDictionaryInput request) |
Response |
Addresser.lookup(LookupType type,
Preferences preferences,
KeyValue... key) |
ParsedResponse |
Addresser.parse(RequestAddress address,
Preferences preferences) |
ParsedResponseV2 |
Addresser.parseV2(RequestAddress address,
Preferences preferences) |
PredictionResponse |
Addresser.predict(RequestAddress address,
Preferences preferences) |
PredictionResponseV2 |
Addresser.predictV2(RequestAddress address,
Preferences preferences) |
Response |
Addresser.reverse(Double x,
Double y,
String country,
Preferences preferences) |
Response |
Addresser.verify(RequestAddress address,
Preferences preferences) |
Constructor and Description |
---|
Addresser(List<AddressFactory> addressFactories,
AddressingConfiguration configuration) |
Addresser(List<AddressFactory> addressFactories,
AddressingConfiguration configuration,
boolean onlyRemote) |
Modifier and Type | Method and Description |
---|---|
static Feature |
Features.fromValue(String value) |
String |
AddressingJsonFactory.toJson(Object result,
boolean pretty)
Returns a json string for the given object.
|
String |
AddressingJsonFactory.toJson(Object result,
com.fasterxml.jackson.databind.ObjectMapper mapper,
boolean pretty)
Returns a json string for the given result object.
|
String |
AddressingJsonFactory.toJson(ParsedAddress result,
boolean pretty)
Returns a json string for the given result object.
|
String |
AddressingJsonFactory.toJson(PredictionResult result,
boolean pretty)
Returns a json string for the given result object.
|
String |
AddressingJsonFactory.toJson(Response response,
boolean pretty)
Returns a json string for the given response object.
|
String |
AddressingJsonFactory.toJson(Result result,
boolean pretty)
Returns a json string for the given result object.
|
Modifier and Type | Method and Description |
---|---|
AddressingConfiguration |
AddressingConfigurationBuilder.build() |
static ConfigurationHolder |
ConfigurationFactory.configurationHolder(Path path) |
Path |
DataSource.dataLocation() |
protected ConfigurationHolder |
AddressingConfigurationBuilder.fromAddressingPropertiesWithPrefix(String prefix,
Properties properties) |
static AddressingConfiguration |
ConfigurationFactory.fromFile(Path path) |
static ConfigurationHolder |
ConfigurationFactory.fromMap(Map<String,String> map) |
List<ExternalLibraryInfo> |
ExternalLibrary.getLibraryInfo(AddressingConfiguration configuration) |
void |
DataSource.initialize(Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
Path |
CustomDataSource.dataLocation() |
Path |
SpdDataSource.dataLocation() |
void |
CustomDataSource.initialize(Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
Capabilities |
Addressing.capabilities()
Get supported capabilities of addresser
|
Response |
Addressing.geocode(RequestAddress address,
Preferences preferences) |
ConfiguredDictionaryOutput |
Addressing.getConfiguredDictionaries(ConfiguredDictionaryInput request) |
Response |
Addressing.lookup(LookupType type,
Preferences preferences,
KeyValue... key) |
ParsedResponse |
Addressing.parse(RequestAddress address,
Preferences preferences)
Deprecated.
|
ParsedResponseV2 |
Addressing.parseV2(RequestAddress address,
Preferences preferences) |
PredictionResponse |
Addressing.predict(RequestAddress address,
Preferences preferences)
parse address elements
|
PredictionResponseV2 |
Addressing.predictV2(RequestAddress address,
Preferences preferences)
parse address elements
|
Response |
Addressing.reverse(Double x,
Double y,
String country,
Preferences preferences)
find address for given coordinates
|
Response |
Addressing.verify(RequestAddress address,
Preferences preferences) |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
Addresser.features(String name) |
Addresser |
AddressFactory.getAddresser(AddressingConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
static LocationType |
LocationDescriptionTypes.fromValue(String value) |
static LocationType |
LocationDesignationTypes.fromValue(String value) |
static LocationType |
LocationTypes.fromValue(String value) |
static LookupType |
LookupTypes.fromValue(String value) |
static MatchType |
MatchTypes.fromValue(String value) |
Copyright © 2024. All rights reserved.