com.esri.arcgis.carto
Interface IGraphicFeature

All Superinterfaces:
IDataObjectEx, Serializable
All Known Implementing Classes:
GraphicFeature

public interface IGraphicFeature
extends IDataObjectEx, Serializable

A Graphic Feature

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IGeometry getGeometry()
          getGeometry
 void setGeometryByRef(IGeometry geometry)
          setGeometryByRef
 
Methods inherited from interface com.esri.arcgis.carto.IDataObjectEx
getProperties, setPropertiesByRef
 

Method Detail

getGeometry

IGeometry getGeometry()
                      throws IOException,
                             AutomationException
getGeometry

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometryByRef

void setGeometryByRef(IGeometry geometry)
                      throws IOException,
                             AutomationException
setGeometryByRef

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.