com.esri.arcgis.datasourcesfile
Interface ICoverageFeatureClass2

All Superinterfaces:
ICoverageFeatureClass, Serializable
All Known Implementing Classes:
ICoverageFeatureClass2Proxy

public interface ICoverageFeatureClass2
extends ICoverageFeatureClass, Serializable

Provides access to members that retrieve ArcInfo Coverage Feature Class information.

Product Availability

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


Method Summary
 IFeatureClass copy(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
 

Method Detail

copy

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.