C# Class AsterixDisplayAnalyser.GeoCordSystemDegMinSecUtilities.LatLongClass

Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Methods

Method Description
GetDegMinSec ( ) : LatLongDegMinSec
GetDegMinSecStringFormat ( String &Latitude, string &Longitude ) : void
GetLatLongDecimal ( ) : LatLongDecimal
LatLongClass ( ) : System
LatLongClass ( LatLongDecimal LatLongDec ) : System
LatLongClass ( LatLongDegMinSec LatLong_InDegMinSecPrefix ) : System
LatLongClass ( double LatitudeDeg, double LongitudeDeg ) : System
LatLongClass ( int LatDeg, int LatMin, double LatSec, LatLongPrefix LatPrefix, int LonDeg, int LonMin, double LonSec, LatLongPrefix LonPrefix ) : System
SetPosition ( LatLongDecimal LatLongDec ) : void
SetPosition ( LatLongDegMinSec LatLong_InDegMinSecPrefix ) : void

Method Details

GetDegMinSec() public method

public GetDegMinSec ( ) : LatLongDegMinSec
return LatLongDegMinSec

GetDegMinSecStringFormat() public method

public GetDegMinSecStringFormat ( String &Latitude, string &Longitude ) : void
Latitude String
Longitude string
return void

GetLatLongDecimal() public method

public GetLatLongDecimal ( ) : LatLongDecimal
return LatLongDecimal

LatLongClass() public method

public LatLongClass ( ) : System
return System

LatLongClass() public method

public LatLongClass ( LatLongDecimal LatLongDec ) : System
LatLongDec LatLongDecimal
return System

LatLongClass() public method

public LatLongClass ( LatLongDegMinSec LatLong_InDegMinSecPrefix ) : System
LatLong_InDegMinSecPrefix LatLongDegMinSec
return System

LatLongClass() public method

public LatLongClass ( double LatitudeDeg, double LongitudeDeg ) : System
LatitudeDeg double
LongitudeDeg double
return System

LatLongClass() public method

public LatLongClass ( int LatDeg, int LatMin, double LatSec, LatLongPrefix LatPrefix, int LonDeg, int LonMin, double LonSec, LatLongPrefix LonPrefix ) : System
LatDeg int
LatMin int
LatSec double
LatPrefix LatLongPrefix
LonDeg int
LonMin int
LonSec double
LonPrefix LatLongPrefix
return System

SetPosition() public method

public SetPosition ( LatLongDecimal LatLongDec ) : void
LatLongDec LatLongDecimal
return void

SetPosition() public method

public SetPosition ( LatLongDegMinSec LatLong_InDegMinSecPrefix ) : void
LatLong_InDegMinSecPrefix LatLongDegMinSec
return void