UNCLASSIFIED
Go to the documentation of this file.
3 #ifndef PolarStereographicStandardParallelParameters_H
4 #define PolarStereographicStandardParallelParameters_H
26 void setCentralMeridian(
double __centralMeridian );
27 void setStandardParallel(
double __standardParallel );
28 void setFalseEasting(
double __falseEasting );
29 void setFalseNorthing(
double __falseNorthing );
31 double centralMeridian()
const;
32 double standardParallel()
const;
33 double falseEasting()
const;
34 double falseNorthing()
const;
38 double _centralMeridian;
39 double _standardParallel;
41 double _falseNorthing;