|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapCooker3
Provides access to more members that controls a map cache generator.
Method Summary | |
---|---|
void |
cleanUPState(Object pMapOrMapServerInfo,
Object pLayerOrMapLayerInfo,
IGeometry pGeometry,
ILongArray pLevels,
ITrackCancel pTrackCancel)
Cleans up the state of current caching job. |
ICacheDatasetInfo |
getCacheDatasetInfo()
The map cache dataset info. |
ICacheStorageInfo |
getCacheStorageInfo()
The map cache storage info. |
void |
setCacheDatasetInfoByRef(ICacheDatasetInfo ppInfo)
The map cache dataset info. |
void |
setCacheStorageInfoByRef(ICacheStorageInfo ppInfo)
The map cache storage info. |
void |
writeTilingSchemeEx(ITileCacheInfo pCacheInfo,
ITileImageInfo pTileImageInfo,
ICacheStorageInfo pCacheStorageInfo,
ICacheDatasetInfo pCacheDatasetInfo,
String cacheDir,
String layerName)
Writes the tiling scheme for the service. |
Method Detail |
---|
ICacheStorageInfo getCacheStorageInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCacheStorageInfoByRef(ICacheStorageInfo ppInfo) throws IOException, AutomationException
ppInfo
- A reference to a com.esri.arcgis.carto.ICacheStorageInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICacheDatasetInfo getCacheDatasetInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCacheDatasetInfoByRef(ICacheDatasetInfo ppInfo) throws IOException, AutomationException
ppInfo
- A reference to a com.esri.arcgis.carto.ICacheDatasetInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void writeTilingSchemeEx(ITileCacheInfo pCacheInfo, ITileImageInfo pTileImageInfo, ICacheStorageInfo pCacheStorageInfo, ICacheDatasetInfo pCacheDatasetInfo, String cacheDir, String layerName) throws IOException, AutomationException
pCacheInfo
- A reference to a com.esri.arcgis.carto.ITileCacheInfo (in)pTileImageInfo
- A reference to a com.esri.arcgis.carto.ITileImageInfo (in)pCacheStorageInfo
- A reference to a com.esri.arcgis.carto.ICacheStorageInfo (in)pCacheDatasetInfo
- A reference to a com.esri.arcgis.carto.ICacheDatasetInfo (in)cacheDir
- The cacheDir (in)layerName
- The layerName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void cleanUPState(Object pMapOrMapServerInfo, Object pLayerOrMapLayerInfo, IGeometry pGeometry, ILongArray pLevels, ITrackCancel pTrackCancel) throws IOException, AutomationException
pMapOrMapServerInfo
- A reference to another Object (IUnknown) (in)pLayerOrMapLayerInfo
- A reference to another Object (IUnknown) (in)pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)pLevels
- A reference to a com.esri.arcgis.system.ILongArray (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (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 |