This document is archived and information here might be outdated. Recommended version. |
Provides access to methods needed to set up and fill a temporally sorted record set.
Name | Description | |
---|---|---|
CacheFeatures | Controls whether features are cached in the renderer's feature memory or are read from the feature class. | |
Count | Number of features contained by the cursor. | |
FeatureCacheWindow | Determines the number of features to cache if FeaturesCached property is true. | |
FeatureClass | A reference to the feature class of which this record set is a member. | |
IndexFeatureClass | Re-builds the temporal index and caches features based on the supplied temporal parameters. | |
MostCurrentFeature | Returns success, but does nothing. | |
OldestFeature | Returns success, but does nothing. | |
Search | Performs a query on the record set for the given time range, returning a feature cursor. | |
SelectByDate | Allows user to select record set by its date value. | |
TemporalColumnName | Identifies the column containing time and date information. | |
TimeSeriesColumnName | Identifies column in the feature class containing temporal observations with time series. |
Classes | Description |
---|---|
TemporalRecordSet (esriTrackingAnalyst) | Defines the COM coclass for the TemporalRecordSet COM object. |