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