com.esri.arcgis.geodatabase
Interface esriTopoConfiguration

All Superinterfaces:
java.io.Serializable

public interface esriTopoConfiguration
extends java.io.Serializable

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

Description: 'Topological configuration.' 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 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