public interface IRasterCacheArguments
extends java.io.Serializable
Description: 'Provides access to members that control item cache properties.' 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 |
IID454319d6_468a_4143_9bbc_571f0e51e656 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IName |
getCacheLocation()
Location where the item cache gets generated.
|
void |
setCacheLocationByRef(IName ppName)
Location where the item cache gets generated.
|
static final int IID454319d6_468a_4143_9bbc_571f0e51e656
static final int xxDummy
static final java.lang.String IID
IName getCacheLocation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCacheLocationByRef(IName ppName) throws java.io.IOException, AutomationException
ppName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.