C# Class csCommon.Plugins.MgrsGrid.WGS84LatLongPoint

显示文件 Open project: TNOCS/csTouch Class Usage Examples

Public Methods

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

Private Methods

Method Description
LatLonSign ( double pDecimal, LatLon pType ) : char
ToDMS ( double pDecimal, LatLon pType ) : string
ToDecimalMinutes ( double pDecimal, LatLon pType ) : string

Method Details

ConvertToMgrs() public method

public ConvertToMgrs ( ) : MGRS
return MGRS

ConvertToUtm() public method

public ConvertToUtm ( ) : UTM
return UTM

Create() public static method

public static Create ( double pLatitude, double pLongitude ) : WGS84LatLongPoint
pLatitude double
pLongitude double
return WGS84LatLongPoint

ToTextualDescription() public method

public ToTextualDescription ( TextualDescription pNotation ) : string
pNotation TextualDescription
return string