com.esri.arcgis.geodatabase
Interface esriTopoConfiguration

All Superinterfaces:
Serializable

public interface esriTopoConfiguration
extends Serializable

Topological configuration.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTCChain
          Chain topology.
static int esriTCLoop
          Loop topology.
static int esriTCMesh
          Mesh [complete graph] topology.
static int esriTCStar
          Star [radial] topology.
 

Field Detail

esriTCChain

static final int esriTCChain
Chain topology.

See Also:
Constant Field Values

esriTCLoop

static final int esriTCLoop
Loop topology.

See Also:
Constant Field Values

esriTCStar

static final int esriTCStar
Star [radial] topology.

See Also:
Constant Field Values

esriTCMesh

static final int esriTCMesh
Mesh [complete graph] topology.

See Also:
Constant Field Values