public interface ICacheDescriptionInfo
extends java.io.Serializable
Description: 'Provides access to members that provide the cache description info.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID55b6bb3a_d9fc_4d43_a1c7_826a77a6f6f4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID55b6bb3a_d9fc_4d43_a1c7_826a77a6f6f4
static final int xxDummy
static final java.lang.String IID
ITileCacheInfo getTileCacheInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTileCacheInfoByRef(ITileCacheInfo ppTileCacheInfo) throws java.io.IOException, AutomationException
ppTileCacheInfo
- A reference to a com.esri.arcgis.carto.ITileCacheInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITileImageInfo getTileImageInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTileImageInfoByRef(ITileImageInfo ppTileIamgeInfo) throws java.io.IOException, AutomationException
ppTileIamgeInfo
- A reference to a com.esri.arcgis.carto.ITileImageInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICacheControlInfo getCacheControlInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCacheControlInfoByRef(ICacheControlInfo ppCacheControlInfo) throws java.io.IOException, AutomationException
ppCacheControlInfo
- A reference to a com.esri.arcgis.carto.ICacheControlInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILayerCacheInfos getLayerCacheInfos() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLayerCacheInfosByRef(ILayerCacheInfos ppLayerCacheInfos) throws java.io.IOException, AutomationException
ppLayerCacheInfos
- A reference to a com.esri.arcgis.carto.ILayerCacheInfos (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCacheType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCacheType(int pServiceType) throws java.io.IOException, AutomationException
pServiceType
- A com.esri.arcgis.carto.esriCachedMapServiceType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.