Package | Description |
---|---|
com.mapinfo.geocode | |
com.mapinfo.geocode.api | |
com.mapinfo.geocode.context | |
com.mapinfo.geocode.interactive | |
com.mapinfo.geocode.service | |
com.mapinfo.geocode.util | |
com.pb.geocoding |
Modifier and Type | Class and Description |
---|---|
class |
GeocoderPreferences
This class implements the Preferences interface.
|
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.
|
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 |
---|
GeocoderPreferences(Preferences copyFrom)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
Preferences |
DefaultPreferencesAPI.getDefaultPreferences()
Returns a copy of the current preference defaults.
|
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. |
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 |
---|---|
GeocodingAPI |
GeocoderContext.getGeocoder(Preferences preferences,
com.pb.geocoding.config.api.GeocodingConfiguration configuration) |
InteractiveGeocodingAPI |
GeocoderContext.getInteractive(Preferences preferences,
com.pb.geocoding.config.api.GeocodingConfiguration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
InteractivePreferences
Preferences object pre-loaded with necessary preferences for interactive api
|
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.
|
Response |
InteractiveGeocoder.suggest(Address address,
Preferences preferences)
Deprecated.
|
Constructor and Description |
---|
InteractivePreferences(Preferences preferences) |
Modifier and Type | Field and Description |
---|---|
Preferences |
FindNearestRequest.preferences |
Modifier and Type | Method and Description |
---|---|
Preferences |
FindNearestRequest.getPreferences() |
Preferences |
GeocodeRequest.getPreferences()
Indicates the preferences to be used for geocoding.
|
Preferences |
InteractiveRequest.getPreferences() |
Preferences |
KeyLookupRequest.getPreferences() |
Preferences |
ReverseGeocodeRequest.getPreferences()
Returns the current preference settings for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
FindNearestRequest.setPreferences(Preferences preferences) |
void |
GeocodeRequest.setPreferences(Preferences preferences)
Sets the preferences to be used for geocoding.
|
void |
InteractiveRequest.setPreferences(Preferences preferences) |
void |
KeyLookupRequest.setPreferences(Preferences preferences) |
void |
ReverseGeocodeRequest.setPreferences(Preferences preferences)
Allows you to set the preferences for the request.
|
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) |
static Preferences |
GeocoderPreferencesFactory.getDefaultInteractivePreferences(com.pb.geocoding.config.api.GeocodingConfiguration configuration) |
static Preferences |
GeocoderPreferencesFactory.getDefaultPreferences(com.pb.geocoding.config.api.GeocodingConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
static boolean |
GeocodeUtils.customBoolean(String key,
Preferences preferences) |
static Preferences |
GeocoderPreferencesFactory.fromFile(File preferencesXmlFile,
Preferences base) |
static Preferences |
GeocoderPreferencesFactory.fromMap(Map<String,Object> override,
Preferences base) |
static boolean |
GeocodeUtils.shouldReturnField(String key,
Preferences preferences) |
Modifier and Type | Method and Description |
---|---|
Response |
GeocoderProxy.geocode(GeocodeType type,
Address address,
Preferences preferences) |
List<Response> |
GeocoderProxy.geocodeMultiple(GeocodeType type,
List<Address> addressList,
Preferences preferences) |
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.withPreferences(Preferences preferences)
This is where you can set default preferences.
|
Copyright © 2024. All rights reserved.