ITxFeatureClass Interface

Provides access to tracking feature class.

Members

Name Description
Read/write property CachingMode The feature class caching mode.
Read/write property EndTimeFieldName The feature end time field name.
Read/write property FeatureClass The internal feature class.
Method IndexFeatureClass2 Re-build the temporal index and cache, according to the ITxFeatureClass properties and given parameters.
Method RebuildIndex Re-build the temporal index and cache, according to the ITxFeatureClass properties.
Read/write property StartTimeFieldName The feature start time field name.
Read/write property TimeFieldAmFormat Custom string representation of the AM symbol.
Read/write property TimeFieldFormat The format used to parse time fields.
Read/write property TimeFieldLocaleID Language identifier to be used when parsing time fields from a custom time string.
Read/write property TimeFieldPmFormat Custom string representation of the PM symbol.
Read/write property TrackIDFieldName The name of the field used to group features into tracks.

ITxFeatureClass.CachingMode Property

The feature class caching mode.

Public Property CachingMode As esriTxFeatureClassCachingMode
public esriTxFeatureClassCachingMode CachingMode {get; set;}

ITxFeatureClass.EndTimeFieldName Property

The feature end time field name.

Public Property EndTimeFieldName As String
public string EndTimeFieldName {get; set;}

ITxFeatureClass.FeatureClass Property

The internal feature class.

Public Property FeatureClass As IFeatureClass
public IFeatureClass FeatureClass {get; set;}

ITxFeatureClass.IndexFeatureClass2 Method

Re-build the temporal index and cache, according to the ITxFeatureClass properties and given parameters.

Public Sub IndexFeatureClass2 ( _
    ByVal startingTime As Object, _
    ByVal endingTime As Object, _
    ByVal selSet As ISelectionSet, _
    ByVal QueryFilter As IQueryFilter _
)
public void IndexFeatureClass2 (
    object startingTime,
    object endingTime,
    ISelectionSet selSet,
    IQueryFilter QueryFilter
);

ITxFeatureClass.RebuildIndex Method

Re-build the temporal index and cache, according to the ITxFeatureClass properties.

Public Sub RebuildIndex ( _
)
public void RebuildIndex (
);

ITxFeatureClass.StartTimeFieldName Property

The feature start time field name.

Public Property StartTimeFieldName As String
public string StartTimeFieldName {get; set;}

ITxFeatureClass.TimeFieldAmFormat Property

Custom string representation of the AM symbol.

Public Property TimeFieldAmFormat As String
public string TimeFieldAmFormat {get; set;}

ITxFeatureClass.TimeFieldFormat Property

The format used to parse time fields.

Public Property TimeFieldFormat As String
public string TimeFieldFormat {get; set;}

ITxFeatureClass.TimeFieldLocaleID Property

Language identifier to be used when parsing time fields from a custom time string.

Public Property TimeFieldLocaleID As Integer
public int TimeFieldLocaleID {get; set;}

ITxFeatureClass.TimeFieldPmFormat Property

Custom string representation of the PM symbol.

Public Property TimeFieldPmFormat As String
public string TimeFieldPmFormat {get; set;}

ITxFeatureClass.TrackIDFieldName Property

The name of the field used to group features into tracks.

Public Property TrackIDFieldName As String
public string TrackIDFieldName {get; set;}

Classes that implement ITxFeatureClass

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.