C# Class MissionPlanner.Utilities.AltitudeAngel.MapAdapter

Inheritance: IMap, IDisposable
Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AddOverlay ( string name ) : void
name string
Résultat void

DeleteOverlay() public méthode

public DeleteOverlay ( string name ) : void
name string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCenter() public méthode

public GetCenter ( ) : GMap.NET.PointLatLng
Résultat GMap.NET.PointLatLng

GetOverlay() public méthode

public GetOverlay ( string name, bool createIfNotExists = false ) : IOverlay
name string
createIfNotExists bool
Résultat IOverlay

GetViewArea() public méthode

public GetViewArea ( ) : RectLatLng
Résultat GMap.NET.RectLatLng

MapAdapter() public méthode

public MapAdapter ( GMap.NET.WindowsForms.GMapControl mapControl ) : System
mapControl GMap.NET.WindowsForms.GMapControl
Résultat System