C# Class AsterixDisplayAnalyser.GMapTargetandLabel

Inheritance: GMap.NET.WindowsForms.GMapMarker
Show file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
A_HDG_BRUSH System.Drawing.Brush
A_HDG_FONT System.Drawing.Font
A_HDG_FONT_FAMILLY System.Drawing.FontFamily
A_HDG_OFFSET Point
A_HDG_STRING string
A_ROC_BRUSH System.Drawing.Brush
A_ROC_FONT System.Drawing.Font
A_ROC_FONT_FAMILLY System.Drawing.FontFamily
A_ROC_OFFSET Point
A_ROC_STRING string
A_SPD_BRUSH System.Drawing.Brush
A_SPD_FONT System.Drawing.Font
A_SPD_FONT_FAMILLY System.Drawing.FontFamily
A_SPD_OFFSET Point
A_SPD_STRING string
Barometric_Setting string
CALC_GSPD_STRING string
CALC_HDG_STRING string
CALLSIGN_BRUSH System.Drawing.Brush
CALLSIGN_FONT System.Drawing.Font
CALLSIGN_FONT_FAMILLY System.Drawing.FontFamily
CALLSIGN_OFFSET Point
CALLSIGN_STRING string
CFL_BRUSH System.Drawing.Brush
CFL_FONT System.Drawing.Font
CFL_FONT_FAMILLY System.Drawing.FontFamily
CFL_OFFSET Point
CFL_STRING string
DAP_GSPD string
DAP_HDG string
GSPD_BRUSH System.Drawing.Brush
GSPD_FONT System.Drawing.Font
GSPD_FONT_FAMILLY System.Drawing.FontFamily
GSPD_OFFSET Point
HistoryPoints System.Collections.Generic.Queue
IAS string
LabelOffset Point
MACH string
ModeA_CI_BRUSH System.Drawing.Brush
ModeA_CI_FONT System.Drawing.Font
ModeA_CI_FONT_FAMILLY System.Drawing.FontFamily
ModeA_CI_OFFSET Point
ModeA_CI_STRING string
ModeC_BRUSH System.Drawing.Brush
ModeC_FONT System.Drawing.Font
ModeC_FONT_FAMILLY System.Drawing.FontFamily
ModeC_OFFSET Point
ModeC_STRING string
Mode_S_Addr string
MyTargetIndex int
Rate_Of_Climb string
Roll_Angle string
STCA_List System.Collections.Generic.List
SelectedAltitude_LongTerm string
SelectedAltitude_ShortTerm string
ShowLabelBox bool
TAS string
TRK string
TargetMonitoredBy int
TargetToMonitor int

Public Methods

Method Description
GMapTargetandLabel ( GMap.NET.PointLatLng p ) : System

Constructor

GetAC_SYMB_StartPoint ( ) : Point
GetCFLStartPoint ( ) : Point
GetGSPDStartPoint ( ) : Point
GetHDGStartPoint ( ) : Point
GetLabelHeight ( ) : int
GetLabelStartingPoint ( ) : Point
GetLabelWidth ( ) : int
GetSPDStartPoint ( ) : Point
OnRender ( Graphics g ) : void
TerminateTarget ( ) : void

Private Methods

Method Description
DataItemValidator ( string Item ) : bool

Method Details

GMapTargetandLabel() public method

Constructor
public GMapTargetandLabel ( GMap.NET.PointLatLng p ) : System
p GMap.NET.PointLatLng The position of the marker
return System

GetAC_SYMB_StartPoint() public method

public GetAC_SYMB_StartPoint ( ) : Point
return Point

GetCFLStartPoint() public method

public GetCFLStartPoint ( ) : Point
return Point

GetGSPDStartPoint() public method

public GetGSPDStartPoint ( ) : Point
return Point

GetHDGStartPoint() public method

public GetHDGStartPoint ( ) : Point
return Point

GetLabelHeight() public method

public GetLabelHeight ( ) : int
return int

GetLabelStartingPoint() public method

public GetLabelStartingPoint ( ) : Point
return Point

GetLabelWidth() public method

public GetLabelWidth ( ) : int
return int

GetSPDStartPoint() public method

public GetSPDStartPoint ( ) : Point
return Point

OnRender() public method

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

TerminateTarget() public method

public TerminateTarget ( ) : void
return void

Property Details

A_HDG_BRUSH public property

public Brush,System.Drawing A_HDG_BRUSH
return System.Drawing.Brush

A_HDG_FONT public property

public Font,System.Drawing A_HDG_FONT
return System.Drawing.Font

A_HDG_FONT_FAMILLY public static property

public static FontFamily,System.Drawing A_HDG_FONT_FAMILLY
return System.Drawing.FontFamily

A_HDG_OFFSET public property

public Point A_HDG_OFFSET
return Point

A_HDG_STRING public property

public string A_HDG_STRING
return string

A_ROC_BRUSH public property

public Brush,System.Drawing A_ROC_BRUSH
return System.Drawing.Brush

A_ROC_FONT public property

public Font,System.Drawing A_ROC_FONT
return System.Drawing.Font

A_ROC_FONT_FAMILLY public static property

public static FontFamily,System.Drawing A_ROC_FONT_FAMILLY
return System.Drawing.FontFamily

A_ROC_OFFSET public property

public Point A_ROC_OFFSET
return Point

A_ROC_STRING public property

public string A_ROC_STRING
return string

A_SPD_BRUSH public property

public Brush,System.Drawing A_SPD_BRUSH
return System.Drawing.Brush

A_SPD_FONT public property

public Font,System.Drawing A_SPD_FONT
return System.Drawing.Font

A_SPD_FONT_FAMILLY public static property

public static FontFamily,System.Drawing A_SPD_FONT_FAMILLY
return System.Drawing.FontFamily

A_SPD_OFFSET public property

public Point A_SPD_OFFSET
return Point

A_SPD_STRING public property

public string A_SPD_STRING
return string

Barometric_Setting public property

public string Barometric_Setting
return string

CALC_GSPD_STRING public property

public string CALC_GSPD_STRING
return string

CALC_HDG_STRING public property

public string CALC_HDG_STRING
return string

CALLSIGN_BRUSH public property

public Brush,System.Drawing CALLSIGN_BRUSH
return System.Drawing.Brush

CALLSIGN_FONT public property

public Font,System.Drawing CALLSIGN_FONT
return System.Drawing.Font

CALLSIGN_FONT_FAMILLY public static property

public static FontFamily,System.Drawing CALLSIGN_FONT_FAMILLY
return System.Drawing.FontFamily

CALLSIGN_OFFSET public property

public Point CALLSIGN_OFFSET
return Point

CALLSIGN_STRING public property

public string CALLSIGN_STRING
return string

CFL_BRUSH public property

public Brush,System.Drawing CFL_BRUSH
return System.Drawing.Brush

CFL_FONT public property

public Font,System.Drawing CFL_FONT
return System.Drawing.Font

CFL_FONT_FAMILLY public static property

public static FontFamily,System.Drawing CFL_FONT_FAMILLY
return System.Drawing.FontFamily

CFL_OFFSET public property

public Point CFL_OFFSET
return Point

CFL_STRING public property

public string CFL_STRING
return string

DAP_GSPD public property

public string DAP_GSPD
return string

DAP_HDG public property

public string DAP_HDG
return string

GSPD_BRUSH public property

public Brush,System.Drawing GSPD_BRUSH
return System.Drawing.Brush

GSPD_FONT public property

public Font,System.Drawing GSPD_FONT
return System.Drawing.Font

GSPD_FONT_FAMILLY public static property

public static FontFamily,System.Drawing GSPD_FONT_FAMILLY
return System.Drawing.FontFamily

GSPD_OFFSET public property

public Point GSPD_OFFSET
return Point

HistoryPoints public property

public Queue,System.Collections.Generic HistoryPoints
return System.Collections.Generic.Queue

IAS public property

public string IAS
return string

LabelOffset public property

public Point LabelOffset
return Point

MACH public property

public string MACH
return string

ModeA_CI_BRUSH public property

public Brush,System.Drawing ModeA_CI_BRUSH
return System.Drawing.Brush

ModeA_CI_FONT public property

public Font,System.Drawing ModeA_CI_FONT
return System.Drawing.Font

ModeA_CI_FONT_FAMILLY public static property

public static FontFamily,System.Drawing ModeA_CI_FONT_FAMILLY
return System.Drawing.FontFamily

ModeA_CI_OFFSET public property

public Point ModeA_CI_OFFSET
return Point

ModeA_CI_STRING public property

public string ModeA_CI_STRING
return string

ModeC_BRUSH public property

public Brush,System.Drawing ModeC_BRUSH
return System.Drawing.Brush

ModeC_FONT public property

public Font,System.Drawing ModeC_FONT
return System.Drawing.Font

ModeC_FONT_FAMILLY public static property

public static FontFamily,System.Drawing ModeC_FONT_FAMILLY
return System.Drawing.FontFamily

ModeC_OFFSET public property

public Point ModeC_OFFSET
return Point

ModeC_STRING public property

public string ModeC_STRING
return string

Mode_S_Addr public property

public string Mode_S_Addr
return string

MyTargetIndex public property

public int MyTargetIndex
return int

Rate_Of_Climb public property

public string Rate_Of_Climb
return string

Roll_Angle public property

public string Roll_Angle
return string

STCA_List public property

/////////////////////////////////////////////////////////////////////////////////////////////////////////////// STCA definitions
public List,System.Collections.Generic STCA_List
return System.Collections.Generic.List

SelectedAltitude_LongTerm public property

public string SelectedAltitude_LongTerm
return string

SelectedAltitude_ShortTerm public property

public string SelectedAltitude_ShortTerm
return string

ShowLabelBox public property

public bool ShowLabelBox
return bool

TAS public property

public string TAS
return string

TRK public property

public string TRK
return string

TargetMonitoredBy public property

public int TargetMonitoredBy
return int

TargetToMonitor public property

public int TargetToMonitor
return int