com.esri.arcgis.datasourcesfile
Interface ICoverageFeatureClass

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ICoverageFeatureClass2
All Known Implementing Classes:
ICoverageFeatureClass2Proxy, ICoverageFeatureClassProxy

public interface ICoverageFeatureClass
extends java.io.Serializable

COM Interface 'ICoverageFeatureClass'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Provides access to members that retrieve ArcInfo Coverage Feature Class information.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID4e471bb1_06fa_11d3_9f31_00c04f79927c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFeatureClassType()
          Type of the Feature Class.
 int getTopology()
          Topology of the Feature Class.
 boolean isHasFAT()
          Indicates if the Feature Class has a Feature Attribute Table.
 

Field Detail

IID4e471bb1_06fa_11d3_9f31_00c04f79927c

static final int IID4e471bb1_06fa_11d3_9f31_00c04f79927c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFeatureClassType

int getFeatureClassType()
                        throws java.io.IOException,
                               AutomationException
Type of the Feature Class.

Returns:
A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTopology

int getTopology()
                throws java.io.IOException,
                       AutomationException
Topology of the Feature Class.

Returns:
A com.esri.arcgis.datasourcesfile.esriFeatureClassTopology constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasFAT

boolean isHasFAT()
                 throws java.io.IOException,
                        AutomationException
Indicates if the Feature Class has a Feature Attribute Table.

Returns:
The hasFAT
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.