com.esri.arcgis.geodatabase
Interface IFeatureElement

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

public interface IFeatureElement
extends java.io.Serializable

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

Description: 'Provides access to members to return 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 IIDb617fb50_c4fd_11d1_aea9_0000f80372b4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getElementType()
          The Type of Feature Element.
 IGeometry getGeometry()
          The Geometry of the Feature Element.
 IFeature getOwner()
          The Feature that owns the Feature Element.
 IFeatureElement getParent()
          The Parent of the Feature Element.
 

Field Detail

IIDb617fb50_c4fd_11d1_aea9_0000f80372b4

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

getOwner

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

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

getElementType

int getElementType()
                   throws java.io.IOException,
                          AutomationException
The Type of Feature Element.

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

getGeometry

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

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.

getParent

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

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