![]() |
Maria GDK 5.0.0.737
Documentation of native code in develop branch
|
#include <MProjectionTransform.h>
Public Member Functions | |
ProjectionTransform (const std::shared_ptr< Maria::IProjector > &src, const std::shared_ptr< Maria::IProjector > &dst) | |
bool | Transform (const BasicGeoTypes::PointDXY &pIn, BasicGeoTypes::PointDXY &pOut) const |
Transform from source coordinate system to destination. | |
bool | Transform (const BasicGeoTypes::PointDXY *pIn, BasicGeoTypes::PointDXY *pOut, int count) const |
Transform multiple points from source coordinate system to destination. | |
bool | ReverseTransform (const BasicGeoTypes::PointDXY &pIn, BasicGeoTypes::PointDXY &pOut) const |
Reverse transform from destination coordinate system to source. | |
bool | ReverseTransform (const BasicGeoTypes::PointDXY *pIn, BasicGeoTypes::PointDXY *pOut, int count) const |
Reverse transform multiple points from destination coordinate system to source. | |
ProjectionTransform - Simple utility class to do transformations from one projection to another.