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

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

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

Methods in com.esri.core.tasks.ags.geocode that return types with arguments of type LocatorGeocodeResult
 List<LocatorGeocodeResult> Locator.geocode(Map<String,String> addressFields, List<String> outFields)
          Executes a geocoding operation to find location candidates for a given address.
The output fields can be specified, passing null will return all the output fields defined for the service.
 List<LocatorGeocodeResult> Locator.geocode(Map<String,String> addressFields, List<String> outFields, SpatialReference outSR)
          Executes a geocoding operation to find location candidates for a given address.
The output fields can be specified, passing null will return all the output fields defined for the service.
The location candidates will be returned in the spatial reference passed in the parameters, passing -1 will return the locations in the default spatial reference defined for the service.
 



Copyright © 2012. All Rights Reserved.