com.esri.arcgis.geodatabase
Interface esriNetworkElevationModel

All Superinterfaces:
java.io.Serializable

public interface esriNetworkElevationModel
extends java.io.Serializable

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

Description: 'The type of the network elevation model.' 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 esriNEMElevationFields
          The network is elevated by elevation fields.
static int esriNEMNone
          The network is not elevated.
static int esriNEMZCoordinates
          The network is elevated by Z coordinates.
 

Field Detail

esriNEMNone

static final int esriNEMNone
The network is not elevated.

See Also:
Constant Field Values

esriNEMElevationFields

static final int esriNEMElevationFields
The network is elevated by elevation fields.

See Also:
Constant Field Values

esriNEMZCoordinates

static final int esriNEMZCoordinates
The network is elevated by Z coordinates.

See Also:
Constant Field Values