C# Class MissionPlanner.Utilities.GMapMarkerOverlapCount

Inheritance: GMap.NET.WindowsForms.GMapMarker
Exibir arquivo Open project: ArduPilot/MissionPlanner

Public Methods

Method Description
Add ( GMapPolygon footprint ) : void
Clear ( ) : void
GMapMarkerOverlapCount ( GMap.NET.PointLatLng p ) : System
OnRender ( Graphics g ) : void
drawLegend ( Graphics g ) : void
generateCoverageAll ( ) : void
generateCoverageFP ( GMapPolygon footprintpoly ) : void

Method Details

Add() public method

public Add ( GMapPolygon footprint ) : void
footprint GMapPolygon
return void

Clear() public method

public Clear ( ) : void
return void

GMapMarkerOverlapCount() public method

public GMapMarkerOverlapCount ( GMap.NET.PointLatLng p ) : System
p GMap.NET.PointLatLng
return System

OnRender() public method

public OnRender ( Graphics g ) : void
g System.Drawing.Graphics
return void

drawLegend() public method

public drawLegend ( Graphics g ) : void
g System.Drawing.Graphics
return void

generateCoverageAll() public method

public generateCoverageAll ( ) : void
return void

generateCoverageFP() public method

public generateCoverageFP ( GMapPolygon footprintpoly ) : void
footprintpoly GMapPolygon
return void