C# Class TAAddHistoricalTrackingLayer.AddTemporalLayerButton

Inheritance: ESRI.ArcGIS.Desktop.AddIns.Button
显示文件 Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
AddTemporalLayerButton ( ) : System

Protected Methods

Method Description
OnClick ( ) : void
OnUpdate ( ) : void

Private Methods

Method 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 method

public AddTemporalLayerButton ( ) : System
return System

OnClick() protected method

protected OnClick ( ) : void
return void

OnUpdate() protected method

protected OnUpdate ( ) : void
return void