Uses of Class
com.esri.core.tasks.ags.geocode.LocatorReverseGeocodeResult

Packages that use LocatorReverseGeocodeResult
com.esri.core.tasks.ags.geocode Contains classes for consuming geocode services and parsing the results. 
 

Uses of LocatorReverseGeocodeResult in com.esri.core.tasks.ags.geocode
 

Methods in com.esri.core.tasks.ags.geocode that return LocatorReverseGeocodeResult
 LocatorReverseGeocodeResult Locator.reverseGeocode(Point point, double distance)
          Executes a reverse-geocoding operation to find address candidates for a given location.
A distance in meters from the given location within which a matching address should be searched must be provided, 0 if non is desired.
 LocatorReverseGeocodeResult Locator.reverseGeocode(Point point, double distance, SpatialReference inSR, SpatialReference outSR)
           Executes a reverse-geocoding operation to find address candidates for a given location.
A distance in meters from the given location within which a matching address should be searched must be provided, 0 if non is desired.
The input spatial reference can be specified if the location coordinates are in a different spatial reference than the one expected by the service.
An Output spatial reference can be specified if the coordinates for the address candidates are wanted in a different spatial reference than the one defined in the service.
 



Copyright © 2012. All Rights Reserved.