com.esri.arcgis.carto
Interface ICacheDescriptionInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ICacheDescriptionInfo2
All Known Implementing Classes:
CacheDescriptionInfo, ICacheDescriptionInfo2Proxy, ICacheDescriptionInfoProxy

public interface ICacheDescriptionInfo
extends java.io.Serializable

COM Interface 'ICacheDescriptionInfo'. 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 IID55b6bb3a_d9fc_4d43_a1c7_826a77a6f6f4
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID55b6bb3a_d9fc_4d43_a1c7_826a77a6f6f4

static final int IID55b6bb3a_d9fc_4d43_a1c7_826a77a6f6f4
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

getTileCacheInfo

ITileCacheInfo getTileCacheInfo()
                                throws java.io.IOException,
                                       AutomationException
TileCacheInfo object.

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

setTileCacheInfoByRef

void setTileCacheInfoByRef(ITileCacheInfo ppTileCacheInfo)
                           throws java.io.IOException,
                                  AutomationException
TileCacheInfo object.

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

getTileImageInfo

ITileImageInfo getTileImageInfo()
                                throws java.io.IOException,
                                       AutomationException
TileImageInfo object.

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

setTileImageInfoByRef

void setTileImageInfoByRef(ITileImageInfo ppTileIamgeInfo)
                           throws java.io.IOException,
                                  AutomationException
TileImageInfo object.

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

getCacheControlInfo

ICacheControlInfo getCacheControlInfo()
                                      throws java.io.IOException,
                                             AutomationException
CacheControlInfo object.

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

setCacheControlInfoByRef

void setCacheControlInfoByRef(ICacheControlInfo ppCacheControlInfo)
                              throws java.io.IOException,
                                     AutomationException
CacheControlInfo object.

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

getLayerCacheInfos

ILayerCacheInfos getLayerCacheInfos()
                                    throws java.io.IOException,
                                           AutomationException
LayerCacheInfos object.

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

setLayerCacheInfosByRef

void setLayerCacheInfosByRef(ILayerCacheInfos ppLayerCacheInfos)
                             throws java.io.IOException,
                                    AutomationException
LayerCacheInfos object.

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

getCacheType

int getCacheType()
                 throws java.io.IOException,
                        AutomationException
Cache type.

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

setCacheType

void setCacheType(int pServiceType)
                  throws java.io.IOException,
                         AutomationException
Cache type.

Parameters:
pServiceType - A com.esri.arcgis.carto.esriCachedMapServiceType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.