C# 클래스 MissionPlanner.Utilities.AltitudeAngel.MapAdapter

상속: IMap, IDisposable
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddOverlay() 공개 메소드

public AddOverlay ( string name ) : void
name string
리턴 void

DeleteOverlay() 공개 메소드

public DeleteOverlay ( string name ) : void
name string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCenter() 공개 메소드

public GetCenter ( ) : GMap.NET.PointLatLng
리턴 GMap.NET.PointLatLng

GetOverlay() 공개 메소드

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

GetViewArea() 공개 메소드

public GetViewArea ( ) : RectLatLng
리턴 GMap.NET.RectLatLng

MapAdapter() 공개 메소드

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