com.esri.arcgis.carto
Interface ITiledMapServer3

All Superinterfaces:
Serializable
All Known Implementing Classes:
MapServer, MapServerIP, MapServerLP

public interface ITiledMapServer3
extends Serializable

Provides access to members that serve tiled maps.

Product Availability

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


Method Summary
 ICacheStorageInfo getCacheStorageInfo(String mapName)
          Gets the cache storage information.
 

Method Detail

getCacheStorageInfo

ICacheStorageInfo getCacheStorageInfo(String mapName)
                                      throws IOException,
                                             AutomationException
Gets the cache storage information.

Product Availability

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

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