com.esri.arcgis.datasourcesfile
Interface IDECoverage

All Superinterfaces:
Serializable
All Known Implementing Classes:
DECoverage

public interface IDECoverage
extends Serializable

Provides access to the Coverage Data Element.

Product Availability

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


Method Summary
 IPropertySet getTolerances()
          The tolerances of the coverage.
 void setTolerancesByRef(IPropertySet propertySet)
          The tolerances of the coverage.
 

Method Detail

getTolerances

IPropertySet getTolerances()
                           throws IOException,
                                  AutomationException
The tolerances of the coverage.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTolerancesByRef

void setTolerancesByRef(IPropertySet propertySet)
                        throws IOException,
                               AutomationException
The tolerances of the coverage.

Product Availability

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

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