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.
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.