com.esri.arcgis.geodatabase
Interface esriTopologyElementType

All Superinterfaces:
java.io.Serializable

public interface esriTopologyElementType
extends java.io.Serializable

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

Description: 'Topology Element Types.' 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 esriTopologyEdge
          Topology edge element.
static int esriTopologyFace
          Topology face element.
static int esriTopologyNode
          Topology node element.
 

Field Detail

esriTopologyNode

static final int esriTopologyNode
Topology node element.

See Also:
Constant Field Values

esriTopologyEdge

static final int esriTopologyEdge
Topology edge element.

See Also:
Constant Field Values

esriTopologyFace

static final int esriTopologyFace
Topology face element.

See Also:
Constant Field Values