27 #ifndef PLATECARREEPROJECTION_H
28 #define PLATECARREEPROJECTION_H
30 #include "../pureprojection.h"
33 namespace projections {
38 virtual QString
Type(){
return "PlateCarreeProjection";}
40 virtual double Axis()
const;
47 const double MinLatitude;
48 const double MaxLatitude;
49 const double MinLongitude;
50 const double MaxLongitude;
52 double Clip(
double const& n,
double const& minValue,
double const& maxValue)
const;
56 #endif // PLATECARREEPROJECTION_H
Definition: pointlatlng.h:35
Definition: platecarreeprojection.h:34
Definition: pureprojection.h:42