C# Class MissionPlanner.Utilities.AltitudeAngel.MapAdapter

Inheritance: IMap, IDisposable
ファイルを表示 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
AddOverlay ( string name ) : void
DeleteOverlay ( string name ) : void
Dispose ( ) : void
GetCenter ( ) : GMap.NET.PointLatLng
GetOverlay ( string name, bool createIfNotExists = false ) : IOverlay
GetViewArea ( ) : RectLatLng
MapAdapter ( GMap.NET.WindowsForms.GMapControl mapControl ) : System

Private Methods

Method Description
Control_OnPolygonClick ( GMapPolygon item, MouseEventArgs e ) : void
Dispose ( bool isDisposing ) : void
MapControl_OnMapDrag ( ) : void
MapControl_OnPolygonEnter ( GMapPolygon item ) : void
MapControl_OnPolygonLeave ( GMapPolygon item ) : void
MapControl_OnRouteClick ( GMapRoute item, MouseEventArgs e ) : void
MapControl_OnRouteEnter ( GMapRoute item ) : void
MapControl_OnRouteLeave ( GMapRoute item ) : void
createMessage ( object item ) : string

Method Details

AddOverlay() public method

public AddOverlay ( string name ) : void
name string
return void

DeleteOverlay() public method

public DeleteOverlay ( string name ) : void
name string
return void

Dispose() public method

public Dispose ( ) : void
return void

GetCenter() public method

public GetCenter ( ) : GMap.NET.PointLatLng
return GMap.NET.PointLatLng

GetOverlay() public method

public GetOverlay ( string name, bool createIfNotExists = false ) : IOverlay
name string
createIfNotExists bool
return IOverlay

GetViewArea() public method

public GetViewArea ( ) : RectLatLng
return GMap.NET.RectLatLng

MapAdapter() public method

public MapAdapter ( GMap.NET.WindowsForms.GMapControl mapControl ) : System
mapControl GMap.NET.WindowsForms.GMapControl
return System