X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fcoordinatesystemtransformer.h;h=4481d641e6b188c157c3aeabfb62170d58088028;hb=0d361773f5ccda4ac5f5cbbf9ac9e3df0b4300b5;hp=b8f9dfe0525837ac38ac4f57e18aedbff9b5bbc5;hpb=ba2b89b302c4e9d32edddc9b1d1845dcd967dce4;p=ptas diff --git a/src/coordinatesystemtransformer.h b/src/coordinatesystemtransformer.h index b8f9dfe..4481d64 100644 --- a/src/coordinatesystemtransformer.h +++ b/src/coordinatesystemtransformer.h @@ -1,7 +1,7 @@ #ifndef COORDINATESYSTEMTRANSFORMER_H #define COORDINATESYSTEMTRANSFORMER_H -#include "kkj.h" +#include "kkjgridcoordinate.h" #include /** @@ -16,7 +16,7 @@ public: * @param fromCoordinate the WGS84 coordinate that will be transformed. * @return the transformed coordinate in KKJ coordinate system. */ - static KKJ transformToKKJ(const QTM_NAMESPACE::QGeoCoordinate &fromCoordinate); + static KKJGridCoordinate transformToKKJ(const QTM_NAMESPACE::QGeoCoordinate &fromCoordinate); /** * Makes a coordinate transformation from KKJ rectangular grid coordinate system @@ -24,7 +24,7 @@ public: * @param fromCoordinate the KKJ coordinate that will be transformed. * @return the transformed coordinate in WGS84 coordinate system. */ - static QTM_NAMESPACE::QGeoCoordinate transformToWGS84(const KKJ &fromCoordinate); + static QTM_NAMESPACE::QGeoCoordinate transformToWGS84(const KKJGridCoordinate &fromCoordinate); }; #endif // COORDINATESYSTEMTRANSFORMER_H