com.esri.arcgis.geodatabase
Interface esriTopologyState

All Superinterfaces:
java.io.Serializable

public interface esriTopologyState
extends java.io.Serializable

Topology States.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTSAnalyzedWithErrors
           
static int esriTSAnalyzedWithoutErrors
           
static int esriTSEmpty
           
static int esriTSUnanalyzed
           
 

Field Detail

esriTSUnanalyzed

public static final int esriTSUnanalyzed
See Also:
Constant Field Values

esriTSAnalyzedWithErrors

public static final int esriTSAnalyzedWithErrors
See Also:
Constant Field Values

esriTSAnalyzedWithoutErrors

public static final int esriTSAnalyzedWithoutErrors
See Also:
Constant Field Values

esriTSEmpty

public static final int esriTSEmpty
See Also:
Constant Field Values