LRAUV  revA
Datum_Test.h File Reference
#include "utils/Datum.h"
#include <cxxtest/TestSuite.h>
Include dependency graph for Datum_Test.h:

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...
 

Variable Documentation

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).

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