|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.tasks.ags.find.FindResult
public class FindResult
The class represents a find result value object returned by FindTask.
Constructor Summary | |
---|---|
FindResult()
|
Method Summary | |
---|---|
static FindResult |
fromJson(org.codehaus.jackson.JsonParser parser)
Parsing a json to create FindResult object |
Map<String,Object> |
getAttributes()
Returns the attributes in the form of name-values pair |
String |
getDisplayFieldName()
Returns the display field name. |
String |
getFoundFieldName()
Returns the found field name |
Geometry |
getGeometry()
Returns the Geometry object. |
Geometry.Type |
getGeometryType()
Returns the geometry type of find result |
int |
getLayerId()
Returns the layer ID |
String |
getLayerName()
Returns the layer name |
String |
getValue()
Returns the found value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindResult()
Method Detail |
---|
public int getLayerId()
public String getLayerName()
public String getDisplayFieldName()
public String getFoundFieldName()
public String getValue()
public Map<String,Object> getAttributes()
public Geometry.Type getGeometryType()
public Geometry getGeometry()
public static FindResult fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
-
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |