18 #ifndef __otbTransMercatorMapProjection_txx
19 #define __otbTransMercatorMapProjection_txx
26 template <TransformDirection::TransformationDirection TTransform>
30 this->SetWkt(
"ossimTransMercatorProjection");
31 this->SetParameter(
"OriginX",
"49.83");
32 this->SetParameter(
"OriginY",
"6.16");
41 template <TransformDirection::TransformationDirection TTransform>
48 template <TransformDirection::TransformationDirection TTransform>
57 template <TransformDirection::TransformationDirection TTransform>
66 template <TransformDirection::TransformationDirection TTransform>
75 template <TransformDirection::TransformationDirection TTransform>
86 template <TransformDirection::TransformationDirection TTransform>
90 double scaleFactor = atof(this->GetParameter(
"ScaleFactor").c_str());
95 template <TransformDirection::TransformationDirection TTransform>
99 double falseNorthing = atof(this->GetParameter(
"FalseNorthing").c_str());
100 return falseNorthing;
104 template <TransformDirection::TransformationDirection TTransform>
108 double falseEasting = atof(this->GetParameter(
"FalseEasting").c_str());