com.esri.arcgis.carto
Interface ICacheInfo

All Superinterfaces:
Serializable
All Known Subinterfaces:
ICacheInfo2
All Known Implementing Classes:
CacheInfo, ICacheInfo2Proxy, ICacheInfoProxy

public interface ICacheInfo
extends Serializable

Provides access to members that provide the map cache info.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 ITileCacheInfo getTileCacheInfo()
          The tile cache info object.
 ITileImageInfo getTileImageInfo()
          The cache tile image info object.
 void setTileCacheInfoByRef(ITileCacheInfo ppTileCacheInfo)
          The tile cache info object.
 void setTileImageInfoByRef(ITileImageInfo ppTileImageInfo)
          The cache tile image info object.
 

Method Detail

getTileCacheInfo

ITileCacheInfo getTileCacheInfo()
                                throws IOException,
                                       AutomationException
The tile cache info object.

Product Availability

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

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

setTileCacheInfoByRef

void setTileCacheInfoByRef(ITileCacheInfo ppTileCacheInfo)
                           throws IOException,
                                  AutomationException
The tile cache info object.

Product Availability

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

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

getTileImageInfo

ITileImageInfo getTileImageInfo()
                                throws IOException,
                                       AutomationException
The cache tile image info object.

Product Availability

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

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

setTileImageInfoByRef

void setTileImageInfoByRef(ITileImageInfo ppTileImageInfo)
                           throws IOException,
                                  AutomationException
The cache tile image info object.

Product Availability

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

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