UNCLASSIFIED
Go to the documentation of this file.
3 #ifndef EquidistantCylindricalParameters_H
4 #define EquidistantCylindricalParameters_H
28 void setCentralMeridian(
double __centralMeridian );
29 void setStandardParallel(
double __standardParallel );
30 void setFalseEasting(
double __falseEasting );
31 void setFalseNorthing(
double __falseNorthing );
33 double centralMeridian()
const;
34 double standardParallel()
const;
35 double falseEasting()
const;
36 double falseNorthing()
const;
40 double _centralMeridian;
41 double _standardParallel;
43 double _falseNorthing;