|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.core.tasks.ags.geocode.LocatorGeocodeResult
public class LocatorGeocodeResult
Class containing the details of a location candidate such as the formatted address, the score, the location and the attributes.
Constructor Summary | |
---|---|
LocatorGeocodeResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
static LocatorGeocodeResult |
fromJson(org.codehaus.jackson.JsonParser parser)
|
String |
getAddress()
Returns the formatted address. |
Map<String,String> |
getAttributes()
The attributes for this address candidate as defined in the service. |
Envelope |
getExtent()
Returns the geocoding feature extent. |
Point |
getLocation()
The location for this result. |
int |
getScore()
Returns the score for this address candidate. |
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 LocatorGeocodeResult()
Method Detail |
---|
public String getAddress()
public int getScore()
public Envelope getExtent()
public Map<String,String> getAttributes()
public int hashCode()
public boolean equals(Object obj)
public String toString()
toString
in class Object
public static LocatorGeocodeResult fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
-
Exception
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 |