public interface ILayerCacheInfo
extends java.io.Serializable
Description: 'Provides access to available properties of a layer cache info object.' 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 |
IID2b26eb3e_0422_43df_8ce9_cd90317c2605 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getID()
The layer ID.
|
boolean |
isHasCache()
Indicates if this layer has cache.
|
void |
setHasCache(boolean pScale)
Indicates if this layer has cache.
|
void |
setID(int pLayerID)
The layer ID.
|
static final int IID2b26eb3e_0422_43df_8ce9_cd90317c2605
static final int xxDummy
static final java.lang.String IID
int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setID(int pLayerID) throws java.io.IOException, AutomationException
pLayerID
- The pLayerID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasCache() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHasCache(boolean pScale) throws java.io.IOException, AutomationException
pScale
- The pScale (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.