C# Класс MissionPlanner.ElevationProfile

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateChart ( ZedGraphControl zgc ) : void
ElevationProfile ( List locs, double homealt, GCSViews altmode ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
ElevationProfile_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

getGEAltPath ( List list ) : List
getSRTMAltPath ( List list ) : List

Описание методов

CreateChart() публичный Метод

public CreateChart ( ZedGraphControl zgc ) : void
zgc ZedGraph.ZedGraphControl
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ElevationProfile() публичный Метод

public ElevationProfile ( List locs, double homealt, GCSViews altmode ) : System
locs List
homealt double
altmode GCSViews
Результат System