|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapServerFindResult
public class MapServerFindResult
Java class for MapServerFindResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MapServerFindResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="FeatureID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Shape" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry" minOccurs="0"/>
<element name="Properties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MapServerFindResult()
MapServerFindResult default constructor. |
|
MapServerFindResult(String value,
int layerID,
int featureID,
String fieldName,
Geometry shape,
PropertySet properties)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getFeatureID()
The ID of the found feature. |
String |
getFieldName()
Gets the value of the fieldName property. |
int |
getLayerID()
Gets the value of the layerID property. |
PropertySet |
getProperties()
A set of name-value pairs for the found features's field names and values. |
Geometry |
getShape()
The geometry of the found feature. |
String |
getValue()
Gets the value of the value property. |
void |
setFeatureID(int value)
The ID of the found feature. |
void |
setFieldName(String value)
Sets the value of the fieldName property. |
void |
setLayerID(int value)
Sets the value of the layerID property. |
void |
setProperties(PropertySet value)
A set of name-value pairs for the found features's field names and values. |
void |
setShape(Geometry value)
The geometry of the found feature. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public MapServerFindResult(String value,
int layerID,
int featureID,
String fieldName,
Geometry shape,
PropertySet properties)
public MapServerFindResult()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic int getLayerID()
public void setLayerID(int value)
public int getFeatureID()
public void setFeatureID(int value)
public String getFieldName()
Stringpublic void setFieldName(String value)
value - allowed object is
Stringpublic Geometry getShape()
Geometrypublic void setShape(Geometry value)
value - allowed object is
Geometrypublic PropertySet getProperties()
PropertySetpublic void setProperties(PropertySet value)
value - allowed object is
PropertySet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||