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

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

공개 메소드들

메소드 설명
AddLine ( string name, List points, ColorInfo colorInfo, GeoJSON.Net.Feature.Feature featureInfo ) : void
AddPolygon ( string name, List points, ColorInfo colorInfo, GeoJSON.Net.Feature.Feature featureInfo ) : void
LineExists ( string name ) : bool
OverlayAdapter ( GMap.NET.WindowsForms.GMapOverlay overlay ) : System
PolygonExists ( string name ) : bool

메소드 상세

AddLine() 공개 메소드

public AddLine ( string name, List points, ColorInfo colorInfo, GeoJSON.Net.Feature.Feature featureInfo ) : void
name string
points List
colorInfo AltitudeAngel.IsolatedPlugin.Common.Maps.ColorInfo
featureInfo GeoJSON.Net.Feature.Feature
리턴 void

AddPolygon() 공개 메소드

public AddPolygon ( string name, List points, ColorInfo colorInfo, GeoJSON.Net.Feature.Feature featureInfo ) : void
name string
points List
colorInfo AltitudeAngel.IsolatedPlugin.Common.Maps.ColorInfo
featureInfo GeoJSON.Net.Feature.Feature
리턴 void

LineExists() 공개 메소드

public LineExists ( string name ) : bool
name string
리턴 bool

OverlayAdapter() 공개 메소드

public OverlayAdapter ( GMap.NET.WindowsForms.GMapOverlay overlay ) : System
overlay GMap.NET.WindowsForms.GMapOverlay
리턴 System

PolygonExists() 공개 메소드

public PolygonExists ( string name ) : bool
name string
리턴 bool