com.esri.arcgis.carto
Interface ICacheDatasetInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
CacheDatasetInfo

public interface ICacheDatasetInfo
extends Serializable

Provides access to members that provides cache storage info.

Product Availability

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


Method Summary
 IEnvelope getExtent()
          Cache Extent
 void setExtentByRef(IEnvelope ppCacheExtent)
          Cache Extent
 

Method Detail

getExtent

IEnvelope getExtent()
                    throws IOException,
                           AutomationException
Cache Extent

Product Availability

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

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

setExtentByRef

void setExtentByRef(IEnvelope ppCacheExtent)
                    throws IOException,
                           AutomationException
Cache Extent

Product Availability

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

Parameters:
ppCacheExtent - 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.