UNCLASSIFIED
Go to the documentation of this file.
3 #ifndef MapProjection5Parameters_H
4 #define MapProjection5Parameters_H
28 void setCentralMeridian(
double __centralMeridian );
29 void setOriginLatitude(
double __originLatitude );
30 void setScaleFactor(
double __scaleFactor );
31 void setFalseEasting(
double __falseEasting );
32 void setFalseNorthing(
double __falseNorthing );
34 double centralMeridian()
const;
35 double originLatitude()
const;
36 double scaleFactor()
const;
37 double falseEasting()
const;
38 double falseNorthing()
const;
42 double _centralMeridian;
43 double _originLatitude;
46 double _falseNorthing;