C# Class csCommon.Plugins.MgrsGrid.WGS84LatLongPoint

Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode Description
ConvertToMgrs ( ) : MGRS
ConvertToUtm ( ) : UTM
Create ( double pLatitude, double pLongitude ) : WGS84LatLongPoint
ToTextualDescription ( TextualDescription pNotation ) : string

Private Methods

Méthode Description
LatLonSign ( double pDecimal, LatLon pType ) : char
ToDMS ( double pDecimal, LatLon pType ) : string
ToDecimalMinutes ( double pDecimal, LatLon pType ) : string

Method Details

ConvertToMgrs() public méthode

public ConvertToMgrs ( ) : MGRS
Résultat MGRS

ConvertToUtm() public méthode

public ConvertToUtm ( ) : UTM
Résultat UTM

Create() public static méthode

public static Create ( double pLatitude, double pLongitude ) : WGS84LatLongPoint
pLatitude double
pLongitude double
Résultat WGS84LatLongPoint

ToTextualDescription() public méthode

public ToTextualDescription ( TextualDescription pNotation ) : string
pNotation TextualDescription
Résultat string