C# Class AsterixDisplayAnalyser.GeoCordSystemDegMinSecUtilities.DegMinSecType

Show file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
Deg int
Min int
Prefix LatLongPrefix
Sec double

Public Methods

Method Description
DegMinSecType ( ) : System
DegMinSecType ( int Deg_In, int Min_In, double Sec_In, LatLongPrefix Prefix_In ) : System

Method Details

DegMinSecType() public method

public DegMinSecType ( ) : System
return System

DegMinSecType() public method

public DegMinSecType ( int Deg_In, int Min_In, double Sec_In, LatLongPrefix Prefix_In ) : System
Deg_In int
Min_In int
Sec_In double
Prefix_In LatLongPrefix
return System

Property Details

Deg public property

public int Deg
return int

Min public property

public int Min
return int

Prefix public property

public LatLongPrefix Prefix
return LatLongPrefix

Sec public property

public double Sec
return double