com.esri.arcgis.geodatabase
Interface IFeatureElementEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFeatureElementEditProxy

public interface IFeatureElementEdit
extends java.io.Serializable

COM Interface 'IFeatureElementEdit'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members for setting feature element properties.' 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 IID78773728_e142_11d1_aec3_0000f80372b4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setElementType(int rhs1)
          The Type of Feature Element.
 void setGeometryByRef(IGeometry rhs1)
          The Geometry of the Feature Element.
 void setOwnerByRef(IFeature rhs1)
          The Feature that owns the Feature Element.
 void setParentByRef(IFeatureElement rhs1)
          The Parent of the Feature Element.
 

Field Detail

IID78773728_e142_11d1_aec3_0000f80372b4

static final int IID78773728_e142_11d1_aec3_0000f80372b4
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

setOwnerByRef

void setOwnerByRef(IFeature rhs1)
                   throws java.io.IOException,
                          AutomationException
The Feature that owns the Feature Element.

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

setElementType

void setElementType(int rhs1)
                    throws java.io.IOException,
                           AutomationException
The Type of Feature Element.

Parameters:
rhs1 - A com.esri.arcgis.geodatabase.esriFeatureElementType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometryByRef

void setGeometryByRef(IGeometry rhs1)
                      throws java.io.IOException,
                             AutomationException
The Geometry of the Feature Element.

Parameters:
rhs1 - 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.

setParentByRef

void setParentByRef(IFeatureElement rhs1)
                    throws java.io.IOException,
                           AutomationException
The Parent of the Feature Element.

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