public interface ISpatialCacheManager3 extends ISpatialCacheManager2, java.io.Serializable
Description: 'Provides access to members that control the Spatial Cache Management.' 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 |
IID74d077b7_4f42_439d_8aca_2433cbd15916 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID9078f181_bb75_11d4_9feb_00c04f6bdf0c
IIDe2e4622f_55b4_11d3_9f77_00c04f6bdf0c
Modifier and Type | Method and Description |
---|---|
void |
fillCacheWithCancel(IEnvelope extent,
double expansionFactor,
ITrackCancel cancelTraker)
Fills the spatial cache using the specified extent with an expansion factor.
|
fillCacheEx, getCacheExpansionFactor
emptyCache, fillCache, getCacheExtent, isCacheIsFull
static final int IID74d077b7_4f42_439d_8aca_2433cbd15916
static final int xxDummy
static final java.lang.String IID
void fillCacheWithCancel(IEnvelope extent, double expansionFactor, ITrackCancel cancelTraker) throws java.io.IOException, AutomationException
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)expansionFactor
- The expansionFactor (in)cancelTraker
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.