Пример #1
0
        public frmMap()
        {
            InitializeComponent();
            this._frmIdentify.Hide();

            this._mapFullExtent = mapControl.FullExtent;

            GlobeVariables.MapControl       = this.mapControl;
            this.mapControl.FullRedrawOnPan = false;
        }
Пример #2
0
        public frmMap()
        {
            InitializeComponent();
            this._frmIdentify.Hide();

            this._mapFullExtent = mapControl.FullExtent;

            GlobeVariables.MapControl = this.mapControl;
            this.mapControl.FullRedrawOnPan = false;
        }
Пример #3
0
        private void frmMap_Load(object sender, EventArgs e)
        {   
            this._mapFullExtent = mapControl.FullExtent;

            GlobeVariables.MainMapControl = this.mapControl;
            this.mapControl.FullRedrawOnPan = false;
            this.mapControl.TrackingLayerDrawing = TrackingLayerDrawConstants.moDrawSmooth;
            
            this._geoeventUpdate = new GPSTrackingMonitor.RealtimeMonite.GeoeventUpdate(this.mapControl);
            GlobeVariables.CarInfosReceiver.ProcessMessageEvent += new GPSTrackingMonitor.Communications.SocketClient.ProcessMessageHandler(CarInfosReceiver_ProcessMessageEvent);
        }
Пример #4
0
        private void frmMap_Load(object sender, EventArgs e)
        {
            this._mapFullExtent = mapControl.FullExtent;

            GlobeVariables.MainMapControl = this.mapControl;
            this.mapControl.FullRedrawOnPan = false;
            this.mapControl.TrackingLayerDrawing = TrackingLayerDrawConstants.moDrawSmooth;

            this._geoeventUpdate = new GPSTrackingMonitor.RealtimeMonite.GeoeventUpdate(this.mapControl);
            GlobeVariables.CarInfosReceiver.ProcessMessageEvent += new GPSTrackingMonitor.Communications.SocketClient.ProcessMessageHandler(CarInfosReceiver_ProcessMessageEvent);
        }