public interface ITileImageInfo
extends java.io.Serializable
Description: 'Provides access to more members that provide the map cache 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 |
IID035f6865_018a_4e22_bca7_e842dc37667d |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCompressionQuality()
The cache tile image compression quality.
|
java.lang.String |
getFormat()
The cache tile format.
|
void |
setCompressionQuality(int pQuality)
The cache tile image compression quality.
|
void |
setFormat(java.lang.String pFormat)
The cache tile format.
|
static final int IID035f6865_018a_4e22_bca7_e842dc37667d
static final int xxDummy
static final java.lang.String IID
java.lang.String getFormat()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFormat(java.lang.String pFormat)
throws java.io.IOException,
AutomationException
pFormat - The pFormat (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getCompressionQuality()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCompressionQuality(int pQuality)
throws java.io.IOException,
AutomationException
pQuality - The pQuality (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.