com.esri.arcgis.geodatabase
Interface esriNetworkElementType

All Superinterfaces:
java.io.Serializable

public interface esriNetworkElementType
extends java.io.Serializable

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

Description: 'Type of network element.' 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 esriNETEdge
          Edge network element.
static int esriNETJunction
          Junction network element.
static int esriNETTurn
          Turn network element.
 

Field Detail

esriNETJunction

static final int esriNETJunction
Junction network element.

See Also:
Constant Field Values

esriNETEdge

static final int esriNETEdge
Edge network element.

See Also:
Constant Field Values

esriNETTurn

static final int esriNETTurn
Turn network element.

See Also:
Constant Field Values