UNCLASSIFIED
Go to the documentation of this file.
3 #ifndef MapProjection6Parameters_H
4 #define MapProjection6Parameters_H
21 MapProjection6Parameters(
CoordinateType::Enum _coordinateType,
double __centralMeridian,
double __originLatitude,
double __standardParallel1,
double __standardParallel2,
double __falseEasting,
double __falseNorthing );
28 void setCentralMeridian(
double __centralMeridian );
29 void setOriginLatitude(
double __originLatitude );
30 void setStandardParallel1(
double __standardParallel1 );
31 void setStandardParallel2(
double __standardParallel2 );
32 void setFalseEasting(
double __falseEasting );
33 void setFalseNorthing(
double __falseNorthing );
35 double centralMeridian()
const;
36 double originLatitude()
const;
37 double standardParallel1()
const;
38 double standardParallel2()
const;
39 double falseEasting()
const;
40 double falseNorthing()
const;
44 double _centralMeridian;
45 double _originLatitude;
46 double _standardParallel1;
47 double _standardParallel2;
49 double _falseNorthing;