ArcObjects Library Reference (TrackingAnalyst)  

TemporalFeatureLayer CoClass

Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Extended Error Information

Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.

Interfaces

Interfaces Description
IAttributeTable (esriCarto) Provides access to the base table.
IClass (esriGeoDatabase) Provides access to members that return information about and manage the class.
IConnectionPointContainer Supports connection points for connectable objects.
ICustomGlobeLayer (esriGlobeCore) Provides access to members that define custom globe layers.
IDataLayer (esriCarto) Provides access to members that control the data source properties of a layer.
IDataLayer2 (esriCarto) Provides access to additional members that control the data source properties of a layer.
IDataset (esriGeoDatabase) Provides access to members that supply dataset information.
IDisplayAdmin (esriDisplay) Provides access to members that control display administration.
IDisplayFilterManager (esriDisplay) Provides access to members that control display filter management.
IDisplayString (esriCarto) Provides access to members that work with a layer's display expression.
IDisplayTable (esriCarto) Provides access to members that work with the display table associated with a standalone table.
IDocumentVersionSupportGEN (esriSystem) Provides access to extend the IObjectStream interface with methods to hande saving objects that did not exist in previous versions of the software.
IDynamicLayer (esriCarto) Provides access to members that work with dynamic display.
IFeatureGeometryAccess (esriCarto) Provides access to the methods that indicate the access to the geomtry.
IFeatureLayer (esriCarto) Provides access to members that control common aspects of a feature layer.
IFeatureLayer2 (esriCarto) Provides access to additional members that control common aspects of a feature layer.
IFeatureLayerDefinition (esriCarto) Provides access to members that define a subset of the features from the underlying feature class.
IFeatureSelection (esriCarto) Provides access to members that control feature selection.
IFind (esriCarto) Provides access to members that control finding.
IGeoDataset (esriGeoDatabase) Provides access to members that provide information about a Geographic Dataset.
IGeoFeatureLayer (esriCarto) Provides access to members that control geographic aspects of a feature layer.
IHotlinkContainer (esriCarto) Provides access to members that manage all the hotlinks of a layer (e.g. field based hyperlinks or those that that call macros).
IHTMLPopupInfo (esriCarto) Provides access to members that control the HTML popup tool.
IIdentify (esriCarto) Provides access to members that identify features.
IIdentify2 (esriCarto) Provides access to members that set the current scale of the display.
ILayer (esriCarto) Provides access to members that work with all layers.
ILayer2 (esriCarto) Provides access to additional members that work with all layers.
ILayerDrawingProperties (esriCarto) Provides access to members that control layer drawing properties.
ILayerEffects (esriCarto) Provides access to members that control layer effects.
ILayerExtensions (esriCarto) Provides access to the extensions of a layer.
ILayerFields (esriCarto) Provides access to members that work with a layer's fields.
ILayerGeneralProperties (esriCarto) Provides access to layer general properties.
ILayerInfo (esriCarto) Provides access to members that return layer images.
ILayerPosition (esriCarto) Provides access to members that control a layer's default position in the map interface.
ILayerPropertySheet (esriCarto) Provides access to layers that implement their own custom property sheet.
ILegendInfo (esriCarto) Provides access to members that control legend information provided by a renderer.
IMapLevel (esriDisplay) Provides access to members that control the map level.
IPersist Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile.
IPersistStream (esriSystem)
IPropertySupport (esriSystem) Provides access to members that set a default property on an object.
IPublishLayer (esriCarto) Provides access to a layer's capability for being published with the ArcGIS Publisher extension.
ISupportErrorInfo Indicates whether a specific interface can return Automation error objects.
ITable (esriGeoDatabase) Provides access to members that return information about and manage tables.
ITableCapabilities (esriGeoDatabase) Provides access to members that return information about and manage tables.
ITableFields (esriGeoDatabase) Provides access to members that return information about a table.
ITableSelection (esriCarto) Provides access to members that control table selection.
ITemporalLayer Provides access to properties and methods needed to manage temporal layer functionality.
ITemporalSearch Provides access to properties and methods needed to manage searching temporal datasets.
ITimeData (esriCarto) Provides access to time related properties of a layer.
ITimeDataDisplay (esriCarto) Provides access to time animation related properties of a layer.
ITimeRegionalSettings Provides access to properties and methods needed to change the parsing behavior of a string temporal field. These properties and methods are not used for date type temporal fields and this information is not used for realtime data sources.
ITimeTableDefinition (esriCarto) Provides access to time related properties of a layer.
ITimeZone ITimeZone Interface provides properties and methods to select a time zone and do time conversions.
ITrackingGlobeLayerLeaderLines Provides access to properties and methods needed to manage tracking globe layer leader lines.
ITrackingLayerLabels Provides access to properties and methods needed to manage the tracking layer labels in the map display.

Event Interfaces

Interfaces Description
ILayerEvents (default) Provides access to events that occur when layer visibility changes.
IObjectClassSchemaEvents Provides access to events that occur with an object class' schema.

Working with Events

[Visual Basic 6.0]

When working with TemporalFeatureLayer's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pTemporalFeatureLayer as TemporalFeatureLayer

When implementing IObjectClassSchemaEvents declare variables as follows:

Private WithEvents pObjectClassSchemaEvents as ObjectClassSchemaEvents