com.esri.arcgis.geodatabase
Interface ISpatialCacheManager3
- All Superinterfaces:
- ISpatialCacheManager, ISpatialCacheManager2, java.io.Serializable
- All Known Implementing Classes:
- ISpatialCacheManager3Proxy
public interface ISpatialCacheManager3
- extends ISpatialCacheManager2, java.io.Serializable
COM Interface 'ISpatialCacheManager3'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
IID74d077b7_4f42_439d_8aca_2433cbd15916
static final int IID74d077b7_4f42_439d_8aca_2433cbd15916
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
fillCacheWithCancel
void fillCacheWithCancel(IEnvelope extent,
double expansionFactor,
ITrackCancel cancelTraker)
throws java.io.IOException,
AutomationException
- Fills the spatial cache using the specified extent with an expansion factor.
- Parameters:
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)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.