public interface ICacheStorageInfo
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDeb364386_be9e_4ff0_b4eb_1033467a5287 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getPacketSize()
Packet tile size
|
int |
getStorageFormat()
Tile storage format.
|
void |
setPacketSize(int pPacketSize)
Packet tile size
|
void |
setStorageFormat(int pFormat)
Tile storage format.
|
static final int IIDeb364386_be9e_4ff0_b4eb_1033467a5287
static final int xxDummy
static final java.lang.String IID
int getStorageFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStorageFormat(int pFormat) throws java.io.IOException, AutomationException
pFormat
- A com.esri.arcgis.carto.esriMapCacheStorageFormat constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPacketSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPacketSize(int pPacketSize) throws java.io.IOException, AutomationException
pPacketSize
- The pPacketSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.