com.esri.arcgis.carto
Interface ICacheStorageInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CacheStorageInfo, ICacheStorageInfoProxy

public interface ICacheStorageInfo
extends java.io.Serializable

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

Description: 'Provides access to members that provides cache storage 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 IIDeb364386_be9e_4ff0_b4eb_1033467a5287
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getPacketSize()
          Packet tile size
 int getStorageFormat()
          Tile storage format.
 void setPacketSize(int pPacketSize)
          Packet tile size
 void setStorageFormat(int pFormat)
          Tile storage format.
 

Field Detail

IIDeb364386_be9e_4ff0_b4eb_1033467a5287

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

getStorageFormat

int getStorageFormat()
                     throws java.io.IOException,
                            AutomationException
Tile storage format.

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

setStorageFormat

void setStorageFormat(int pFormat)
                      throws java.io.IOException,
                             AutomationException
Tile storage format.

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

getPacketSize

int getPacketSize()
                  throws java.io.IOException,
                         AutomationException
Packet tile size

Returns:
The pPacketSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPacketSize

void setPacketSize(int pPacketSize)
                   throws java.io.IOException,
                          AutomationException
Packet tile size

Parameters:
pPacketSize - The pPacketSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.