Coordinate system transformer
authorAki Koskinen <maemo@akikoskinen.info>
Sun, 21 Mar 2010 15:45:37 +0000 (17:45 +0200)
committerAki Koskinen <maemo@akikoskinen.info>
Fri, 9 Apr 2010 19:30:35 +0000 (22:30 +0300)
commitba2b89b302c4e9d32edddc9b1d1845dcd967dce4
treeed5382280f9a8210dfb08340be1e59a6dde7395f
parent4da64c3e4ff415d36309afcad413145bf21962fd
Coordinate system transformer
Makes transformations between WGS84 and KKJ rectangular grid coordinate systems
src/coordinatesystemtransformer.cpp [new file with mode: 0644]
src/coordinatesystemtransformer.h [new file with mode: 0644]
tests/tests.pro
tests/ut_common.pri
tests/ut_coordinatesystemtransformer/.gitignore [new file with mode: 0644]
tests/ut_coordinatesystemtransformer/ut_coordinatesystemtransformer.cpp [new file with mode: 0644]
tests/ut_coordinatesystemtransformer/ut_coordinatesystemtransformer.pro [new file with mode: 0644]
tests/util/stlhelpers.h [new file with mode: 0644]