|
LRAUV
revA
|

Go to the source code of this file.
Classes | |
| struct | DatumDataStruct |
| class | Datum_Test |
| Units tests for class Datum More... | |
Variables | |
| const double | UTMFUDGE = 10.0 |
| const double | LATLONFUDGE = 0.01 |
| DatumDataStruct | testData [] |
| The original test data set was generated using the spreadsheet at: http://www.uwgb.edu/dutchs/UsefulData/UTMFormulas.HTM originally as a utm-to-latlon and latlon-to-utm set (should be easy to tell apart based on the round numbers). More... | |
| const double LATLONFUDGE = 0.01 |
Referenced by Datum_Test::testLatLonToUtm(), and Datum_Test::testUtmToLatLon().
| DatumDataStruct testData[] |
The original test data set was generated using the spreadsheet at: http://www.uwgb.edu/dutchs/UsefulData/UTMFormulas.HTM originally as a utm-to-latlon and latlon-to-utm set (should be easy to tell apart based on the round numbers).
Testing with the data raised some suspicions, so the first half of the data (originally UTM-to-Latlon) re-converted using http://home.hiwaay.net/~taylorc/toolbox/geography/geoutm.html
| const double UTMFUDGE = 10.0 |
Referenced by Datum_Test::testLatLonToUtm(), and Datum_Test::testUtmToLatLon().