com.esri.arcgis.geodatabase
Interface esriElementType

All Superinterfaces:
java.io.Serializable

public interface esriElementType
extends java.io.Serializable

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

Description: 'Types of network elements.' 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 esriETEdge
          Edge element.
static int esriETJunction
          Junction element.
static int esriETNone
          Deleted element.
static int esriETTurn
          Turn element.
 

Field Detail

esriETNone

static final int esriETNone
Deleted element.

See Also:
Constant Field Values

esriETJunction

static final int esriETJunction
Junction element.

See Also:
Constant Field Values

esriETEdge

static final int esriETEdge
Edge element.

See Also:
Constant Field Values

esriETTurn

static final int esriETTurn
Turn element.

See Also:
Constant Field Values