com.esri.arcgis.carto
Interface ICacheDescriptionInfo2

All Superinterfaces:
ICacheDescriptionInfo, java.io.Serializable
All Known Implementing Classes:
CacheDescriptionInfo, ICacheDescriptionInfo2Proxy

public interface ICacheDescriptionInfo2
extends ICacheDescriptionInfo, java.io.Serializable

COM Interface 'ICacheDescriptionInfo2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID29e8a1dd_6b00_43db_afcc_62dce8b64091
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.ICacheDescriptionInfo
IID55b6bb3a_d9fc_4d43_a1c7_826a77a6f6f4
 
Method Summary
 ICacheStorageInfo getCacheStorageInfo()
          CacheStorageInfo object.
 void setCacheStorageInfoByRef(ICacheStorageInfo ppCacheStorageInfo)
          CacheStorageInfo object.
 
Methods inherited from interface com.esri.arcgis.carto.ICacheDescriptionInfo
getCacheControlInfo, getCacheType, getLayerCacheInfos, getTileCacheInfo, getTileImageInfo, setCacheControlInfoByRef, setCacheType, setLayerCacheInfosByRef, setTileCacheInfoByRef, setTileImageInfoByRef
 

Field Detail

IID29e8a1dd_6b00_43db_afcc_62dce8b64091

static final int IID29e8a1dd_6b00_43db_afcc_62dce8b64091
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCacheStorageInfo

ICacheStorageInfo getCacheStorageInfo()
                                      throws java.io.IOException,
                                             AutomationException
CacheStorageInfo object.

Returns:
A reference to a com.esri.arcgis.carto.ICacheStorageInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCacheStorageInfoByRef

void setCacheStorageInfoByRef(ICacheStorageInfo ppCacheStorageInfo)
                              throws java.io.IOException,
                                     AutomationException
CacheStorageInfo object.

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