com.esri.arcgis.carto
Interface ICacheStorageInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
CacheStorageInfo

public interface ICacheStorageInfo
extends Serializable

Provides access to members that provides cache storage info.

Product Availability

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


Method Summary
 int getPacketSize()
          Packet tile size
 int getStorageFormat()
          Tile storage format.
 void setPacketSize(int pPacketSize)
          Packet tile size
 void setStorageFormat(int pFormat)
          Tile storage format.
 

Method Detail

getStorageFormat

int getStorageFormat()
                     throws IOException,
                            AutomationException
Tile storage format.

Product Availability

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

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

setStorageFormat

void setStorageFormat(int pFormat)
                      throws IOException,
                             AutomationException
Tile storage format.

Product Availability

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

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

getPacketSize

int getPacketSize()
                  throws IOException,
                         AutomationException
Packet tile size

Product Availability

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

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

setPacketSize

void setPacketSize(int pPacketSize)
                   throws IOException,
                          AutomationException
Packet tile size

Product Availability

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

Parameters:
pPacketSize - The pPacketSize (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.