C# Class MissionPlanner.Utilities.AltitudeAngel.OverlayAdapter

Inheritance: IOverlay
Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

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

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
Résultat void

AddPolygon() public méthode

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
Résultat void

LineExists() public méthode

public LineExists ( string name ) : bool
name string
Résultat bool

OverlayAdapter() public méthode

public OverlayAdapter ( GMap.NET.WindowsForms.GMapOverlay overlay ) : System
overlay GMap.NET.WindowsForms.GMapOverlay
Résultat System

PolygonExists() public méthode

public PolygonExists ( string name ) : bool
name string
Résultat bool