knowL: Knowledge Libraries
Loading...
Searching...
No Matches
TestCoordinateSystem.h
1#include <QtTest/QtTest>
2
3class TestCoordinateSystem : public QObject
4{
5 Q_OBJECT
6private slots:
7 void testWgs84();
8 void testUtm();
9 void testConversion();
10};
Definition TestCoordinateSystem.h:4