com.esri.arcgis.datasourcesfile
Interface ICoverageFeatureClass2

All Superinterfaces:
ICoverageFeatureClass, java.io.Serializable
All Known Implementing Classes:
ICoverageFeatureClass2Proxy

public interface ICoverageFeatureClass2
extends ICoverageFeatureClass, java.io.Serializable

COM Interface 'ICoverageFeatureClass2'. 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 IID2da3b82a_b02a_11d4_9f5a_00c04f79927c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesfile.ICoverageFeatureClass
IID4e471bb1_06fa_11d3_9f31_00c04f79927c
 
Method Summary
 IFeatureClass copy(java.lang.String copyName, IFeatureDataset copyFeatureDataset)
          Copies this Feature Class to another coverage using the specified name.
 
Methods inherited from interface com.esri.arcgis.datasourcesfile.ICoverageFeatureClass
getFeatureClassType, getTopology, isHasFAT
 

Field Detail

IID2da3b82a_b02a_11d4_9f5a_00c04f79927c

static final int IID2da3b82a_b02a_11d4_9f5a_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

copy

IFeatureClass copy(java.lang.String copyName,
                   IFeatureDataset copyFeatureDataset)
                   throws java.io.IOException,
                          AutomationException
Copies this Feature Class to another coverage using the specified name.

Parameters:
copyName - The copyName (in)
copyFeatureDataset - A reference to a com.esri.arcgis.geodatabase.IFeatureDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.