ArcObjects Library Reference (Carto) |
|
Provides access to members that control a cache of features in memory for a particular spatial extent. Note: the IFeatureCache interface has been superseded byIFeatureCache2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
Name |
Description |
![Method](bitmaps/Method.gif) |
AddFeatures |
Fills the cache with features from the featureclass. All previously loaded features in the cache are removed. |
![Method](bitmaps/Method.gif) |
Contains |
Returns true if the point is contained in the cache. |
![Read-only property](bitmaps/ReadOnly.gif) |
Count |
The number of features in the cache. |
![Read-only property](bitmaps/ReadOnly.gif) |
Feature |
The nth feature. |
![Method](bitmaps/Method.gif) |
Initialize |
Initializes the cache with a given size and location. |
CoClasses that implement IFeatureCache
CoClasses and Classes |
Description |
FeatureCache |
A cache of features in memory for a particular spatial extent. |
.NET Samples
Buffer snap agent (Code Files:
BufferSnap)