com.esri.arcgis.geodatabase
Interface esriFeatureElementType

All Superinterfaces:
java.io.Serializable

public interface esriFeatureElementType
extends java.io.Serializable

Constants from esriFeatureElementType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Feature element type options.' 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 int esriFETAnnotation
          Annotation (not supported).
static int esriFETConnectionPoint
          A connection point.
static int esriFETConnectorPoint
          A connector point (not supported).
static int esriFETEdge
          An edge (not supported).
static int esriFETPart
          A part (not supported).
static int esriFETVertex
          A vertex (not supported).
static int esriFETWholeFeature
          Entire feature (not supported).
 

Field Detail

esriFETWholeFeature

static final int esriFETWholeFeature
Entire feature (not supported).

See Also:
Constant Field Values

esriFETVertex

static final int esriFETVertex
A vertex (not supported).

See Also:
Constant Field Values

esriFETEdge

static final int esriFETEdge
An edge (not supported).

See Also:
Constant Field Values

esriFETPart

static final int esriFETPart
A part (not supported).

See Also:
Constant Field Values

esriFETAnnotation

static final int esriFETAnnotation
Annotation (not supported).

See Also:
Constant Field Values

esriFETConnectionPoint

static final int esriFETConnectionPoint
A connection point.

See Also:
Constant Field Values

esriFETConnectorPoint

static final int esriFETConnectorPoint
A connector point (not supported).

See Also:
Constant Field Values