UNCLASSIFIED
Go to the documentation of this file.
3 #ifndef NeysParameters_H
4 #define NeysParameters_H
21 NeysParameters(
CoordinateType::Enum _coordinateType,
double __centralMeridian,
double __originLatitude,
double __standardParallel1,
double __falseEasting,
double __falseNorthing );
28 void setCentralMeridian(
double __centralMeridian );
29 void setOriginLatitude(
double __originLatitude );
30 void setStandardParallel1(
double __standardParallel1 );
31 void setFalseEasting(
double __falseEasting );
32 void setFalseNorthing(
double __falseNorthing );
34 double centralMeridian()
const;
35 double originLatitude()
const;
36 double standardParallel1()
const;
37 double falseEasting()
const;
38 double falseNorthing()
const;
42 double _centralMeridian;
43 double _originLatitude;
44 double _standardParallel1;
46 double _falseNorthing;