27 #ifndef PLATECARREEPROJECTIONPERGO_H 28 #define PLATECARREEPROJECTIONPERGO_H 30 #include "../pureprojection.h" 38 virtual QString
Type(){
return "PlateCarreeProjectionPergo";}
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 // PLATECARREEPROJECTIONPERGO_H
Definition: pointlatlng.h:35
Definition: platecarreeprojectionpergo.h:34
Definition: lks94projection.cpp:31
Definition: pureprojection.h:42