|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapServerIdentifyResult
public class MapServerIdentifyResult
Java class for MapServerIdentifyResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MapServerIdentifyResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Properties" type="{http://www.esri.com/schemas/ArcGIS/10.3}PropertySet" minOccurs="0"/>
<element name="Shape" type="{http://www.esri.com/schemas/ArcGIS/10.3}Geometry" minOccurs="0"/>
<element name="Relationships" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfMapServerRelationship" minOccurs="0"/>
<element name="HTMLPopup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FeatureID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MapServerIdentifyResult()
MapServerIdentifyResult default constructor. |
|
MapServerIdentifyResult(int layerID,
java.lang.String name,
PropertySet properties,
Geometry shape,
MapServerRelationship[] relationships,
java.lang.String htmlPopup,
java.lang.Integer featureID)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getFeatureID()
Gets the value of the featureID property. |
java.lang.String |
getHTMLPopup()
Gets the value of the htmlPopup property. |
int |
getLayerID()
Gets the value of the layerID property. |
java.lang.String |
getName()
Gets the value of the name property. |
PropertySet |
getProperties()
Gets the value of the properties property. |
MapServerRelationship[] |
getRelationships()
The related rows (relationships) of the identified object. |
Geometry |
getShape()
Gets the value of the shape property. |
void |
setFeatureID(java.lang.Integer value)
Sets the value of the featureID property. |
void |
setHTMLPopup(java.lang.String value)
Sets the value of the htmlPopup property. |
void |
setLayerID(int value)
Sets the value of the layerID property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setProperties(PropertySet value)
Sets the value of the properties property. |
void |
setRelationships(MapServerRelationship[] value)
The related rows (relationships) of the identified object. |
void |
setShape(Geometry value)
Sets the value of the shape property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public MapServerIdentifyResult(int layerID,
java.lang.String name,
PropertySet properties,
Geometry shape,
MapServerRelationship[] relationships,
java.lang.String htmlPopup,
java.lang.Integer featureID)
public MapServerIdentifyResult()
| Method Detail |
|---|
public int getLayerID()
public void setLayerID(int value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic PropertySet getProperties()
PropertySetpublic void setProperties(PropertySet value)
value - allowed object is
PropertySetpublic Geometry getShape()
Geometrypublic void setShape(Geometry value)
value - allowed object is
Geometrypublic MapServerRelationship[] getRelationships()
[] public void setRelationships(MapServerRelationship[] value)
value - allowed object is
[] public java.lang.String getHTMLPopup()
Stringpublic void setHTMLPopup(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getFeatureID()
Integerpublic void setFeatureID(java.lang.Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||