C# Class AsterixDisplayAnalyser.GeoCordSystemDegMinSecUtilities.LatLongDecimal

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

Public Properties

Property Type Description
LatitudeDecimal double
LongitudeDecimal double

Public Methods

Method Description
LatLongDecimal ( ) : System
LatLongDecimal ( double Latitude, double Longitude ) : System

Method Details

LatLongDecimal() public method

public LatLongDecimal ( ) : System
return System

LatLongDecimal() public method

public LatLongDecimal ( double Latitude, double Longitude ) : System
Latitude double
Longitude double
return System

Property Details

LatitudeDecimal public_oe property

public double LatitudeDecimal
return double

LongitudeDecimal public_oe property

public double LongitudeDecimal
return double