Maria GDK 5.0.0.737
Documentation of native code in develop branch
Loading...
Searching...
No Matches
Maria::ProjectionTransform Class Reference

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

Detailed Description

ProjectionTransform - Simple utility class to do transformations from one projection to another.


The documentation for this class was generated from the following file: