C# Class TAAddHistoricalTrackingLayer.AddTemporalLayerButton

Inheritance: ESRI.ArcGIS.Desktop.AddIns.Button
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode Description
AddTemporalLayerButton ( ) : System

Méthodes protégées

Méthode Description
OnClick ( ) : void
OnUpdate ( ) : void

Private Methods

Méthode Description
AddTemporalLayer ( IFeatureClass featureClass, string eventFieldName, string temporalFieldName ) : void

Creates a Temporal Layer using the specified feature class and add it to the map.

EnableDynamicDisplay ( ) : void

Turns Dynamic Display On.

openTemporalData ( ) : IFeatureClass

Opens a feature class from a shapefile stored on disk.

setupTrackingEnv ( ) : void

Method Details

AddTemporalLayerButton() public méthode

public AddTemporalLayerButton ( ) : System
Résultat System

OnClick() protected méthode

protected OnClick ( ) : void
Résultat void

OnUpdate() protected méthode

protected OnUpdate ( ) : void
Résultat void