com.esri.arcgis.carto
Interface IGraphicFeature

All Superinterfaces:
IDataObjectEx, java.io.Serializable
All Known Implementing Classes:
GraphicFeature, IGraphicFeatureProxy

public interface IGraphicFeature
extends IDataObjectEx, java.io.Serializable

COM Interface 'IGraphicFeature'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'A Graphic Feature' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb846f66c_1c5b_41d4_9355_d6d59431a85b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IDataObjectEx
IID543eed5c_026b_4562_b942_042a2c05d03b
 
Method Summary
 IGeometry getGeometry()
          getGeometry
 void setGeometryByRef(IGeometry geometry)
          setGeometryByRef
 
Methods inherited from interface com.esri.arcgis.carto.IDataObjectEx
getProperties, setPropertiesByRef
 

Field Detail

IIDb846f66c_1c5b_41d4_9355_d6d59431a85b

static final int IIDb846f66c_1c5b_41d4_9355_d6d59431a85b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getGeometry

IGeometry getGeometry()
                      throws java.io.IOException,
                             AutomationException
getGeometry

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

setGeometryByRef

void setGeometryByRef(IGeometry geometry)
                      throws java.io.IOException,
                             AutomationException
setGeometryByRef

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