Modifier and Type | Method and Description |
---|---|
Response |
Geocoder.geocode(GeocodeType type,
Address address,
Preferences preferences)
Deprecated.
|
List<Response> |
Geocoder.geocodeMultiple(GeocodeType type,
List<Address> addressList,
Preferences preferences)
Deprecated.
|
CapabilitiesResponse |
Geocoder.getCapabilities()
Deprecated.
|
CapabilitiesResponse |
Geocoder.getCapabilities(String country)
Deprecated.
|
CapabilitiesResponse |
Geocoder.getCapabilities(String country,
String operation)
Deprecated.
|
List<Dictionary> |
Geocoder.getConfiguredDictionaries()
Deprecated.
|
List<Dictionary> |
Geocoder.getConfiguredDictionaries(String country)
Deprecated.
|
Response |
Geocoder.keyLookup(KeyType type,
Key key,
Preferences preferences)
Deprecated.
|
List<Response> |
Geocoder.keyLookupMultiple(KeyType type,
List<Key> keys,
Preferences preferences)
Deprecated.
|
Response |
Geocoder.reverseGeocode(double x,
double y,
String csys,
String country,
Preferences preferences)
Deprecated.
|
Response |
Geocoder.reverseGeocode(com.mapinfo.midev.geometry.IPoint point,
String country,
Preferences preferences)
Deprecated.
|
List<Response> |
Geocoder.reverseGeocodeMultiple(List<Points> locationList,
Preferences preferences)
Deprecated.
|
Constructor and Description |
---|
Geocoder()
Deprecated.
Constructs a Geocoder object
|
Geocoder(com.pb.geocoding.config.api.GeocodingConfiguration configuration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Response |
InteractiveGeocodingAPI.findNearest(double x,
double y,
Preferences preferences)
Looks for data records that fall within the default distance point.
|
Response |
InteractiveGeocodingAPI.findNearest(com.mapinfo.midev.geometry.IPoint origin,
Preferences preferences)
Looks for data records that fall within the default distance point.
|
Response |
GeocodingAPI.geocode(GeocodeType type,
Address address,
Preferences preferences)
Geocode an address.
|
List<Response> |
GeocodingAPI.geocodeMultiple(GeocodeType type,
List<Address> addressList,
Preferences preferences)
Deprecated.
As of 3.0, use
GeocodingAPI.geocode(GeocodeType, Address, Preferences) Geocode a list
of addresses. The "country" field of each Address must contain the ISO-3166 3-char country code
of the input country. |
CapabilitiesResponse |
GeocodingAPI.getCapabilities()
Get the capabilities of the geocoding service for all countries.
|
CapabilitiesResponse |
GeocodingAPI.getCapabilities(String country)
Get the capabilities of all geocoding service operations for a single country.
|
CapabilitiesResponse |
GeocodingAPI.getCapabilities(String country,
String operation)
Get the capabilities of the named operation for a single country.
|
List<Dictionary> |
GeocodingAPI.getConfiguredDictionaries()
Get the configured dictionaries for all countries.
|
List<Dictionary> |
InteractiveGeocodingAPI.getConfiguredDictionaries()
Get the Interactive configured dictionaries for all countries.
|
List<Dictionary> |
GeocodingAPI.getConfiguredDictionaries(String country)
Get the configured dictionaries for a single country.
|
List<Dictionary> |
InteractiveGeocodingAPI.getConfiguredDictionaries(String country)
Get the configured dictionaries for a single country.
|
Response |
GeocodingAPI.keyLookup(KeyType type,
Key key,
Preferences preferences) |
List<Response> |
GeocodingAPI.keyLookupMultiple(KeyType type,
List<Key> keys,
Preferences preferences)
Deprecated.
As of 3.0, use
GeocodingAPI.keyLookup(KeyType, Key, Preferences) Performs a geocode
operation on multiple records and returns candidates for those records. |
Response |
GeocodingAPI.reverseGeocode(double x,
double y,
String csys,
String country,
Preferences preferences)
Reverse geocode a point and return the address closest to the given x and y value.
|
Response |
GeocodingAPI.reverseGeocode(com.mapinfo.midev.geometry.IPoint point,
String country,
Preferences preferences)
Reverse geocode a point and return the address closest to that point.
|
List<Response> |
GeocodingAPI.reverseGeocodeMultiple(List<Points> locationList,
Preferences preferences)
Deprecated.
As of 3.0, use
GeocodingAPI.reverseGeocode(IPoint, String, Preferences) Reverse geocode
a list of locations. |
Response |
InteractiveGeocodingAPI.suggest(Address address,
Preferences preferences)
Completes the given information with a collection of suggested candidate matches.
|
Modifier and Type | Method and Description |
---|---|
void |
GeocoderContext.addURLToExistingURLClassLoader(URL url) |
protected ClassLoader |
GeocoderContext.getContext(GeocoderContext.LibraryLoaderStrategy strategy,
List<Path> pathList,
Path localRequiredContextPaths) |
GeocodingAPI |
GeocoderContext.getGeocoder(Preferences preferences,
com.pb.geocoding.config.api.GeocodingConfiguration configuration) |
InteractiveGeocodingAPI |
GeocoderContext.getInteractive(Preferences preferences,
com.pb.geocoding.config.api.GeocodingConfiguration configuration) |
Constructor and Description |
---|
ClassLoaderConfiguration(com.pb.geocoding.config.api.GeocodingConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
Response |
InteractiveGeocoder.findNearest(double x,
double y,
Preferences preferences)
Deprecated.
|
Response |
InteractiveGeocoder.findNearest(com.mapinfo.midev.geometry.IPoint origin,
Preferences preferences)
Deprecated.
|
List<Dictionary> |
InteractiveGeocoder.getConfiguredDictionaries()
Deprecated.
|
List<Dictionary> |
InteractiveGeocoder.getConfiguredDictionaries(String country)
Deprecated.
|
Response |
InteractiveGeocoder.suggest(Address address,
Preferences preferences)
Deprecated.
|
Constructor and Description |
---|
InteractiveGeocoder()
Deprecated.
|
InteractiveGeocoder(com.pb.geocoding.config.api.GeocodingConfiguration configuration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
GeocodeRequest.setAddresses(List<Address> addresses)
w Sets the list of addresses to be geocoded.
|
void |
ReverseGeocodeRequest.setPoints(List<Points> points)
Sets the list of locations that will be used for reverse geocode
|
Constructor and Description |
---|
GeocodeServiceResponse(Response internalResponse)
The only constructor takes the response from the engine level and converts to use all concrete
objects to avoid classes defined by interfaces at the web service API level.
|
Modifier and Type | Method and Description |
---|---|
static Preferences |
GeocoderPreferencesFactory.fromFile(File preferencesXmlFile) |
static Preferences |
GeocoderPreferencesFactory.fromFile(File preferencesXmlFile,
Preferences base) |
static Preferences |
GeocoderPreferencesFactory.fromMap(Map<String,Object> configuration) |
static Preferences |
GeocoderPreferencesFactory.fromMap(Map<String,Object> override,
Preferences base) |
Modifier and Type | Method and Description |
---|---|
GeocodingAPI |
GeocoderBuilder.build()
This will build and return an instance
GeocodingAPI based of the configuration. |
Response |
GeocoderProxy.geocode(GeocodeType type,
Address address,
Preferences preferences) |
List<Response> |
GeocoderProxy.geocodeMultiple(GeocodeType type,
List<Address> addressList,
Preferences preferences) |
CapabilitiesResponse |
GeocoderProxy.getCapabilities() |
CapabilitiesResponse |
GeocoderProxy.getCapabilities(String country) |
CapabilitiesResponse |
GeocoderProxy.getCapabilities(String country,
String operation) |
List<Dictionary> |
GeocoderProxy.getConfiguredDictionaries() |
List<Dictionary> |
GeocoderProxy.getConfiguredDictionaries(String country) |
GeocodingAPI |
GeocoderFactory.getGeocoder(Preferences preferences,
com.pb.geocoding.config.api.GeocodingConfiguration configuration) |
InteractiveGeocodingAPI |
InteractiveGeocoderFactory.getInteractive(Preferences preferences,
com.pb.geocoding.config.api.GeocodingConfiguration configuration) |
void |
Initializable.initialize(Preferences preferences,
com.pb.geocoding.config.api.GeocodingConfiguration configuration) |
Response |
GeocoderProxy.keyLookup(KeyType type,
Key key,
Preferences preferences) |
List<Response> |
GeocoderProxy.keyLookupMultiple(KeyType type,
List<Key> keys,
Preferences preferences) |
Response |
GeocoderProxy.reverseGeocode(double x,
double y,
String csys,
String country,
Preferences preferences) |
Response |
GeocoderProxy.reverseGeocode(com.mapinfo.midev.geometry.IPoint point,
String country,
Preferences preferences) |
List<Response> |
GeocoderProxy.reverseGeocodeMultiple(List<Points> locationList,
Preferences preferences) |
GeocoderBuilder |
GeocoderBuilder.withConfiguration(com.pb.geocoding.config.api.GeocodingConfiguration configuration)
Provide
GeocodingConfiguration assembled by ConfigurationBuilder |
GeocoderBuilder |
GeocoderBuilder.withConfiguration(Path resources)
Provide runtime resources location for SDK
|
GeocoderBuilder |
GeocoderBuilder.withPreferences(Preferences preferences)
This is where you can set default preferences.
|
Copyright © 2024. All rights reserved.