20 #ifndef otbCoordinateTransformation_h
21 #define otbCoordinateTransformation_h
25 #include "OTBGdalAdaptersExport.h"
31 #pragma warning(disable : 4251)
41 class OGRCoordinateTransformation;
51 void operator()(OGRCoordinateTransformation* del)
const;
112 std::tuple<double, double, double>
Transform(
const std::tuple<double, double, double>& in)
const;
120 std::tuple<double, double>
Transform(
const std::tuple<double, double>& in)
const;