UNCLASSIFIED
Go to the documentation of this file.
3 #ifndef MapProjection3Parameters_H
4 #define MapProjection3Parameters_H
28 void setCentralMeridian(
double __centralMeridian );
29 void setFalseEasting(
double __falseEasting );
30 void setFalseNorthing(
double __falseNorthing );
32 double centralMeridian()
const;
33 double falseEasting()
const;
34 double falseNorthing()
const;
38 double _centralMeridian;
40 double _falseNorthing;