|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DataObject
com.esri.arcgisws.GraphicFeature
public class GraphicFeature
Java class for GraphicFeature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GraphicFeature">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DataObject">
<sequence>
<element name="Geometry" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GraphicFeature()
GraphicFeature default constructor. |
|
GraphicFeature(PropertySet properties,
Geometry geometry)
Deprecated. |
|
| Method Summary | |
|---|---|
Geometry |
getGeometry()
Gets the value of the geometry property. |
void |
setGeometry(Geometry value)
Sets the value of the geometry property. |
| Methods inherited from class com.esri.arcgisws.DataObject |
|---|
getProperties, setProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GraphicFeature(PropertySet properties,
Geometry geometry)
public GraphicFeature()
| Method Detail |
|---|
public Geometry getGeometry()
Geometrypublic void setGeometry(Geometry value)
value - allowed object is
Geometry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||