Package | Description |
---|---|
com.mapinfo.geocode | |
com.mapinfo.geocode.api | |
com.mapinfo.geocode.interactive | |
com.mapinfo.geocode.service | |
com.pb.geocoding |
Modifier and Type | Method and Description |
---|---|
Response |
Geocoder.geocode(GeocodeType type,
Address address,
Preferences preferences)
Deprecated.
|
Response |
Geocoder.keyLookup(KeyType type,
Key key,
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.
|
Modifier and Type | Method and Description |
---|---|
List<Response> |
Geocoder.geocodeMultiple(GeocodeType type,
List<Address> addressList,
Preferences preferences)
Deprecated.
|
List<Response> |
Geocoder.keyLookupMultiple(KeyType type,
List<Key> keys,
Preferences preferences)
Deprecated.
|
List<Response> |
Geocoder.reverseGeocodeMultiple(List<Points> locationList,
Preferences preferences)
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.
|
Response |
GeocodingAPI.keyLookup(KeyType type,
Key key,
Preferences preferences) |
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.
|
Response |
InteractiveGeocodingAPI.suggest(Address address,
Preferences preferences)
Completes the given information with a collection of suggested candidate matches.
|
Modifier and Type | Method and Description |
---|---|
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. |
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. |
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. |
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 |
---|
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 |
---|---|
Response |
GeocoderProxy.geocode(GeocodeType type,
Address address,
Preferences preferences) |
Response |
GeocoderProxy.keyLookup(KeyType type,
Key key,
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) |
Modifier and Type | Method and Description |
---|---|
List<Response> |
GeocoderProxy.geocodeMultiple(GeocodeType type,
List<Address> addressList,
Preferences preferences) |
List<Response> |
GeocoderProxy.keyLookupMultiple(KeyType type,
List<Key> keys,
Preferences preferences) |
List<Response> |
GeocoderProxy.reverseGeocodeMultiple(List<Points> locationList,
Preferences preferences) |
Copyright © 2024. All rights reserved.