27 #ifndef MERCATORPROJECTION_H 28 #define MERCATORPROJECTION_H 29 #include "../pureprojection.h" 37 virtual QString
Type(){
return "MercatorProjection";}
39 virtual double Axis()
const;
46 const double MinLatitude;
47 const double MaxLatitude;
48 const double MinLongitude;
49 const double MaxLongitude;
50 double Clip(
double const& n,
double const& minValue,
double const& maxValue)
const;
55 #endif // MERCATORPROJECTION_H
Definition: mercatorprojection.h:33
Definition: pointlatlng.h:35
Definition: lks94projection.cpp:31
Definition: pureprojection.h:42