com.esri.arcgis.datasourcesfile
Interface IDECoverageFeatureClass

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DECoverageFeatureClass, IDECoverageFeatureClassProxy

public interface IDECoverageFeatureClass
extends java.io.Serializable

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

Description: 'Provides access to the Coverage Feature Class Data Element.' 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 IID25ea15b1_7425_452b_8fb6_ca3f8d088129
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFeatureClassType()
          The coverage feature class type.
 int getTopology()
          Coverage feature class topology status.
 boolean isHasFAT()
          Indicates if the coverage feature class have attributes.
 void setFeatureClassType(int featureClassType)
          The coverage feature class type.
 void setHasFAT(boolean hasFAT)
          Indicates if the coverage feature class have attributes.
 void setTopology(int pTopology)
          Coverage feature class topology status.
 

Field Detail

IID25ea15b1_7425_452b_8fb6_ca3f8d088129

static final int IID25ea15b1_7425_452b_8fb6_ca3f8d088129
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
The coverage feature class type.

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.

setFeatureClassType

void setFeatureClassType(int featureClassType)
                         throws java.io.IOException,
                                AutomationException
The coverage feature class type.

Parameters:
featureClassType - A com.esri.arcgis.datasourcesfile.esriCoverageFeatureClassType constant (in)
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 coverage feature class have attributes.

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

setHasFAT

void setHasFAT(boolean hasFAT)
               throws java.io.IOException,
                      AutomationException
Indicates if the coverage feature class have attributes.

Parameters:
hasFAT - The hasFAT (in)
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
Coverage feature class topology status.

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.

setTopology

void setTopology(int pTopology)
                 throws java.io.IOException,
                        AutomationException
Coverage feature class topology status.

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