com.esri.arcgis.geodatabase
Interface esriTopologyElementType

All Superinterfaces:
Serializable

public interface esriTopologyElementType
extends Serializable

Topology Element Types.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTopologyEdge
          Topology edge element.
static int esriTopologyFace
          Topology face element.
static int esriTopologyNode
          Topology node element.
 

Field Detail

esriTopologyNode

static final int esriTopologyNode
Topology node element.

See Also:
Constant Field Values

esriTopologyEdge

static final int esriTopologyEdge
Topology edge element.

See Also:
Constant Field Values

esriTopologyFace

static final int esriTopologyFace
Topology face element.

See Also:
Constant Field Values