|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICacheDescriptionInfo
Provides access to members that provide the cache description info.
CacheDescriptionInfo includes information on a cached map service. This includes its cache type, its tiling scheme (TileCacheInfo), image information (TileImageInfo) and control information (TileControlInfo ). The cache description also includes an array of layer cache infos that can be used to determine if a specific layer has a cache in the case of map services that have a multi layer cache.
Method Summary | |
---|---|
ICacheControlInfo |
getCacheControlInfo()
CacheControlInfo object. |
int |
getCacheType()
Cache type. |
ILayerCacheInfos |
getLayerCacheInfos()
LayerCacheInfos object. |
ITileCacheInfo |
getTileCacheInfo()
TileCacheInfo object. |
ITileImageInfo |
getTileImageInfo()
TileImageInfo object. |
void |
setCacheControlInfoByRef(ICacheControlInfo ppCacheControlInfo)
CacheControlInfo object. |
void |
setCacheType(int pServiceType)
Cache type. |
void |
setLayerCacheInfosByRef(ILayerCacheInfos ppLayerCacheInfos)
LayerCacheInfos object. |
void |
setTileCacheInfoByRef(ITileCacheInfo ppTileCacheInfo)
TileCacheInfo object. |
void |
setTileImageInfoByRef(ITileImageInfo ppTileIamgeInfo)
TileImageInfo object. |
Method Detail |
---|
ITileCacheInfo getTileCacheInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTileCacheInfoByRef(ITileCacheInfo ppTileCacheInfo) throws IOException, AutomationException
ppTileCacheInfo
- A reference to a com.esri.arcgis.carto.ITileCacheInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITileImageInfo getTileImageInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTileImageInfoByRef(ITileImageInfo ppTileIamgeInfo) throws IOException, AutomationException
ppTileIamgeInfo
- A reference to a com.esri.arcgis.carto.ITileImageInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICacheControlInfo getCacheControlInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCacheControlInfoByRef(ICacheControlInfo ppCacheControlInfo) throws IOException, AutomationException
ppCacheControlInfo
- A reference to a com.esri.arcgis.carto.ICacheControlInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayerCacheInfos getLayerCacheInfos() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerCacheInfosByRef(ILayerCacheInfos ppLayerCacheInfos) throws IOException, AutomationException
ppLayerCacheInfos
- A reference to a com.esri.arcgis.carto.ILayerCacheInfos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCacheType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCacheType(int pServiceType) throws IOException, AutomationException
pServiceType
- A com.esri.arcgis.carto.esriCachedMapServiceType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |