com.esri.arcgis.geodatabase
Interface esriNetworkElevationModel

All Superinterfaces:
Serializable

public interface esriNetworkElevationModel
extends Serializable

The type of the network elevation model.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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