C# Class MissionPlanner.Utilities.AltitudeAngel.OverlayAdapter

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

Public Methods

Method Description
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

Method Details

AddLine() public method

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
return void

AddPolygon() public method

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
return void

LineExists() public method

public LineExists ( string name ) : bool
name string
return bool

OverlayAdapter() public method

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

PolygonExists() public method

public PolygonExists ( string name ) : bool
name string
return bool