com.esri.arcgis.datasourcesfile
Interface ICoverage2

All Superinterfaces:
ICoverage, Serializable
All Known Implementing Classes:
ICoverage2Proxy

public interface ICoverage2
extends ICoverage, Serializable

Provides access to members that modifies ArcInfo Coverages.

Product Availability

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


Method Summary
 void refreshSpatialProperties()
          Refreshes the Extent and Spatial Reference properties.
 void setExtent(IEnvelope rhs1)
          The BND file of the Coverage.
 
Methods inherited from interface com.esri.arcgis.datasourcesfile.ICoverage
build, clean, createFeatureClass, getTolerance, isToleranceStatus, setTolerance
 

Method Detail

setExtent

void setExtent(IEnvelope rhs1)
               throws IOException,
                      AutomationException
The BND file of the Coverage.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshSpatialProperties

void refreshSpatialProperties()
                              throws IOException,
                                     AutomationException
Refreshes the Extent and Spatial Reference properties.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.