com.esri.arcgis.datasourcesfile
Interface ICoverageName

All Superinterfaces:
Serializable
All Known Implementing Classes:
CoverageName

public interface ICoverageName
extends Serializable

Provides access to members that maintains ArcInfo Coverage Feature Dataset Information.

Product Availability

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


Method Summary
 int getCoverageType()
          Type of the Coverage.
 void setCoverageType(int coverageType)
          Type of the Coverage.
 

Method Detail

getCoverageType

int getCoverageType()
                    throws IOException,
                           AutomationException
Type of the Coverage.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setCoverageType

void setCoverageType(int coverageType)
                     throws IOException,
                            AutomationException
Type of the Coverage.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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