com.esri.arcgis.geodatabase
Interface esriElementType

All Superinterfaces:
Serializable

public interface esriElementType
extends Serializable

Types of network elements.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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