com.esri.arcgisws
Class GraphicFeature

java.lang.Object
  extended by com.esri.arcgisws.DataObject
      extended by com.esri.arcgisws.GraphicFeature
All Implemented Interfaces:
Serializable

public class GraphicFeature
extends DataObject
implements Serializable

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>
 

See Also:
Serialized Form

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

GraphicFeature

@Deprecated
public GraphicFeature(PropertySet properties,
                                 Geometry geometry)
Deprecated. 

GraphicFeature constructor.


GraphicFeature

public GraphicFeature()
GraphicFeature default constructor.

Method Detail

getGeometry

public Geometry getGeometry()
Gets the value of the geometry property.

Returns:
possible object is Geometry

setGeometry

public void setGeometry(Geometry value)
Sets the value of the geometry property.

Parameters:
value - allowed object is Geometry