|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.core.tasks.ags.geocode.LocatorReverseGeocodeResult
public class LocatorReverseGeocodeResult

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)
|
static LocatorReverseGeocodeResult |
fromJson(org.codehaus.jackson.JsonParser parser)
|
Map<String,String> |
getAddressFields()
Returns the address fields for this address candidate. |
Point |
getLocation()
The location for this result. |
SpatialReference |
getSpatialreference()
The spatial reference of the location for this result. |
int |
hashCode()
|
void |
setSpatialreference(SpatialReference spatialreference)
Sets the spatial reference of the LocatorResult. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocatorReverseGeocodeResult()
| Method Detail |
|---|
public Map<String,String> getAddressFields()
public static LocatorReverseGeocodeResult fromJson(org.codehaus.jackson.JsonParser parser)
throws Exception
parser -
Exceptionpublic String toString()
toString in class Objectpublic int hashCode()
public boolean equals(Object obj)
public SpatialReference getSpatialreference()
public void setSpatialreference(SpatialReference spatialreference)
spatialreference - The spatial reference to set.public Point getLocation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||