C# Class AsterixDisplayAnalyser.GeoCordSystemDegMinSecUtilities.DegMinSecType

Mostra 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_oe property

public int Deg
return int

Min public_oe property

public int Min
return int

Prefix public_oe property

public LatLongPrefix Prefix
return LatLongPrefix

Sec public_oe property

public double Sec
return double