com.esri.arcgis.datasourcesfile
Interface esriFeatureClassTopology

All Superinterfaces:
java.io.Serializable

public interface esriFeatureClassTopology
extends java.io.Serializable

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

Description: 'ArcInfo Coverage Feature Class Topology Types.' 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 esriFCTExists
          Topology Exists.
static int esriFCTNotApplicable
          Topology is not supported by this Feature Class.
static int esriFCTPreliminary
          Topology is Preliminary.
static int esriFCTUnknown
          Topology status is Unknown.
 

Field Detail

esriFCTNotApplicable

static final int esriFCTNotApplicable
Topology is not supported by this Feature Class.

See Also:
Constant Field Values

esriFCTPreliminary

static final int esriFCTPreliminary
Topology is Preliminary.

See Also:
Constant Field Values

esriFCTExists

static final int esriFCTExists
Topology Exists.

See Also:
Constant Field Values

esriFCTUnknown

static final int esriFCTUnknown
Topology status is Unknown.

See Also:
Constant Field Values