com.esri.arcgis.location
Interface IReverseGeocoding
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AGSAddressLocator, CompositeLocator, ESRIFDOAddressLocator, ESRIGen2AddressLocator, IReverseGeocodingProxy, RSLocator, StreetMapAddressLocator
public interface IReverseGeocoding
- extends Serializable
Provides access to members for reverse geocoding.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
reverseGeocode
IPropertySet reverseGeocode(IPoint location,
boolean bReturnIntersection)
throws IOException,
AutomationException
- Generate an address based on a point.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
location - A reference to a com.esri.arcgis.geometry.IPoint (in)bReturnIntersection - The bReturnIntersection (in)
- Returns:
- A reference to a com.esri.arcgis.system.IPropertySet
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.