|
|||||||||
| 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.0}PropertySet" minOccurs="0"/>
<element name="Shape" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry" minOccurs="0"/>
<element name="Relationships" type="{http://www.esri.com/schemas/ArcGIS/10.0}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,
String name,
PropertySet properties,
Geometry shape,
MapServerRelationship[] relationships,
String htmlPopup,
Integer featureID)
Deprecated. |
|
| Method Summary | |
|---|---|
Integer |
getFeatureID()
Gets the value of the featureID property. |
String |
getHTMLPopup()
Gets the value of the htmlPopup property. |
int |
getLayerID()
Gets the value of the layerID property. |
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(Integer value)
Sets the value of the featureID property. |
void |
setHTMLPopup(String value)
Sets the value of the htmlPopup property. |
void |
setLayerID(int value)
Sets the value of the layerID property. |
void |
setName(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,
String name,
PropertySet properties,
Geometry shape,
MapServerRelationship[] relationships,
String htmlPopup,
Integer featureID)
public MapServerIdentifyResult()
| Method Detail |
|---|
public int getLayerID()
public void setLayerID(int value)
public String getName()
Stringpublic void setName(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 String getHTMLPopup()
Stringpublic void setHTMLPopup(String value)
value - allowed object is
Stringpublic Integer getFeatureID()
Integerpublic void setFeatureID(Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||