public interface ICacheDatasetInfo
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 |
IID6d3db88a_6d14_458a_a7cb_045abbed6d6d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IEnvelope |
getExtent()
Cache Extent
|
void |
setExtentByRef(IEnvelope ppCacheExtent)
Cache Extent
|
static final int IID6d3db88a_6d14_458a_a7cb_045abbed6d6d
static final int xxDummy
static final java.lang.String IID
IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope ppCacheExtent) throws java.io.IOException, AutomationException
ppCacheExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.