|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICacheInfo
Provides access to members that provide the map cache info.
This interface is new at ArcGIS 9.3.
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 |
---|
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 ppTileImageInfo) throws IOException, AutomationException
ppTileImageInfo
- A reference to a com.esri.arcgis.carto.ITileImageInfo (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 |