示例#1
0
        public ReplayOperation(AxMapObjects2.AxMap mapControl)
        {
            this._mapControl    = mapControl;
            this._trackingLayer = mapControl.TrackingLayer;
            this.AddEventSymbols();

            this._trackingPointSymbolIndex = this._trackingLayer.SymbolCount - 1;
            this._trackingLineSymbolIndex  = this._trackingLayer.SymbolCount - 2;
        }
示例#2
0
        public ReplayOperation(AxMapObjects2.AxMap mapControl)
        {
            this._mapControl = mapControl;
            this._trackingLayer = mapControl.TrackingLayer;
            this.AddEventSymbols();

            this._trackingPointSymbolIndex = this._trackingLayer.SymbolCount - 1;
            this._trackingLineSymbolIndex = this._trackingLayer.SymbolCount - 2;
        }
示例#3
0
 public GeoeventUpdate(AxMapObjects2.AxMap mapControl)
 {
     this._mapControl    = mapControl;
     this._trackingLayer = this._mapControl.TrackingLayer;
     this.InitCarSymbols();
 }
示例#4
0
 public GeoeventUpdate(AxMapObjects2.AxMap mapControl)
 {
     this._mapControl = mapControl;
     this._trackingLayer = this._mapControl.TrackingLayer;
     this.InitCarSymbols();
 }