com.esri.arcgis.geodatabase
Interface ISpatialCacheManager

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ISpatialCacheManager2, ISpatialCacheManager3
All Known Implementing Classes:
ISpatialCacheManager2Proxy, ISpatialCacheManager3Proxy, ISpatialCacheManagerProxy, VersionedWorkspace, Workspace

public interface ISpatialCacheManager
extends java.io.Serializable

COM Interface 'ISpatialCacheManager'. 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe2e4622f_55b4_11d3_9f77_00c04f6bdf0c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void emptyCache()
          Empties the spatial cache.
 void fillCache(IEnvelope extent)
          Fills the spatial cache using the specified extent.
 IEnvelope getCacheExtent()
          The extent of the spatial cache.
 boolean isCacheIsFull()
          Indicates if the spatial cache is full.
 

Field Detail

IIDe2e4622f_55b4_11d3_9f77_00c04f6bdf0c

static final int IIDe2e4622f_55b4_11d3_9f77_00c04f6bdf0c
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
Method Detail

fillCache

void fillCache(IEnvelope extent)
               throws java.io.IOException,
                      AutomationException
Fills the spatial cache using the specified extent.

Parameters:
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

emptyCache

void emptyCache()
                throws java.io.IOException,
                       AutomationException
Empties the spatial cache.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCacheIsFull

boolean isCacheIsFull()
                      throws java.io.IOException,
                             AutomationException
Indicates if the spatial cache is full.

Returns:
The isFull
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheExtent

IEnvelope getCacheExtent()
                         throws java.io.IOException,
                                AutomationException
The extent of the spatial cache.

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.