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

java.lang.Object
  extended by com.esri.core.tasks.ags.geocode.LocatorReverseGeocodeResult

public class LocatorReverseGeocodeResult
extends Object

Class containing the details of an address candidate such as the address fields and the accurate location for the address candidate.


Constructor Summary
LocatorReverseGeocodeResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 Map<String,String> getAddressFields()
          Returns the address fields for this address candidate.
 Point getLocation()
           
 SpatialReference getSpatialreference()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocatorReverseGeocodeResult

public LocatorReverseGeocodeResult()
Method Detail

getAddressFields

public Map<String,String> getAddressFields()
Returns the address fields for this address candidate.

Returns:
the address fields for this address candidate.

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()

equals

public boolean equals(Object obj)

getSpatialreference

public SpatialReference getSpatialreference()

getLocation

public Point getLocation()


Copyright © 2012. All Rights Reserved.