com.esri.arcgis.geodatabase
Interface esriTopologyState

All Superinterfaces:
java.io.Serializable

public interface esriTopologyState
extends java.io.Serializable

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

Description: 'Topology States.' 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 esriTSAnalyzedWithErrors
          Analyzed with errors.
static int esriTSAnalyzedWithoutErrors
          Analyzed without errors.
static int esriTSEmpty
          Empty.
static int esriTSUnanalyzed
          Unanalyzed.
 

Field Detail

esriTSUnanalyzed

static final int esriTSUnanalyzed
Unanalyzed.

See Also:
Constant Field Values

esriTSAnalyzedWithErrors

static final int esriTSAnalyzedWithErrors
Analyzed with errors.

See Also:
Constant Field Values

esriTSAnalyzedWithoutErrors

static final int esriTSAnalyzedWithoutErrors
Analyzed without errors.

See Also:
Constant Field Values

esriTSEmpty

static final int esriTSEmpty
Empty.

See Also:
Constant Field Values