#include <MercatorStandardParallelParameters.h>
Public Member Functions | |
MercatorStandardParallelParameters () | |
MercatorStandardParallelParameters (CoordinateType::Enum _coordinateType) | |
MercatorStandardParallelParameters (CoordinateType::Enum _coordinateType, double __centralMeridian, double __standardParallel, double __scaleFactor, double __falseEasting, double __falseNorthing) | |
MercatorStandardParallelParameters (const MercatorStandardParallelParameters &p) | |
~MercatorStandardParallelParameters () | |
MercatorStandardParallelParameters & | operator= (const MercatorStandardParallelParameters &p) |
void | setCentralMeridian (double __centralMeridian) |
void | setStandardParallel (double __standardParallel) |
void | setScaleFactor (double __scaleFactor) |
void | setFalseEasting (double __falseEasting) |
void | setFalseNorthing (double __falseNorthing) |
double | centralMeridian () const |
double | standardParallel () const |
double | scaleFactor () const |
double | falseEasting () const |
double | falseNorthing () const |
Definition at line 14 of file MercatorStandardParallelParameters.h.
MercatorStandardParallelParameters::MercatorStandardParallelParameters | ( | ) |
Definition at line 9 of file MercatorStandardParallelParameters.cpp.
MercatorStandardParallelParameters::MercatorStandardParallelParameters | ( | CoordinateType::Enum | _coordinateType | ) |
Definition at line 20 of file MercatorStandardParallelParameters.cpp.
MercatorStandardParallelParameters::MercatorStandardParallelParameters | ( | CoordinateType::Enum | _coordinateType, | |
double | __centralMeridian, | |||
double | __standardParallel, | |||
double | __scaleFactor, | |||
double | __falseEasting, | |||
double | __falseNorthing | |||
) |
Definition at line 31 of file MercatorStandardParallelParameters.cpp.
MercatorStandardParallelParameters::MercatorStandardParallelParameters | ( | const MercatorStandardParallelParameters & | p | ) |
Definition at line 42 of file MercatorStandardParallelParameters.cpp.
MercatorStandardParallelParameters::~MercatorStandardParallelParameters | ( | ) |
Definition at line 54 of file MercatorStandardParallelParameters.cpp.
double MercatorStandardParallelParameters::centralMeridian | ( | ) | const |
Definition at line 111 of file MercatorStandardParallelParameters.cpp.
double MercatorStandardParallelParameters::falseEasting | ( | ) | const |
Definition at line 129 of file MercatorStandardParallelParameters.cpp.
double MercatorStandardParallelParameters::falseNorthing | ( | ) | const |
Definition at line 135 of file MercatorStandardParallelParameters.cpp.
MercatorStandardParallelParameters & MercatorStandardParallelParameters::operator= | ( | const MercatorStandardParallelParameters & | p | ) |
Definition at line 64 of file MercatorStandardParallelParameters.cpp.
double MercatorStandardParallelParameters::scaleFactor | ( | ) | const |
Definition at line 123 of file MercatorStandardParallelParameters.cpp.
void MercatorStandardParallelParameters::setCentralMeridian | ( | double | __centralMeridian | ) |
Definition at line 81 of file MercatorStandardParallelParameters.cpp.
void MercatorStandardParallelParameters::setFalseEasting | ( | double | __falseEasting | ) |
Definition at line 99 of file MercatorStandardParallelParameters.cpp.
void MercatorStandardParallelParameters::setFalseNorthing | ( | double | __falseNorthing | ) |
Definition at line 105 of file MercatorStandardParallelParameters.cpp.
void MercatorStandardParallelParameters::setScaleFactor | ( | double | __scaleFactor | ) |
Definition at line 93 of file MercatorStandardParallelParameters.cpp.
void MercatorStandardParallelParameters::setStandardParallel | ( | double | __standardParallel | ) |
Definition at line 87 of file MercatorStandardParallelParameters.cpp.
double MercatorStandardParallelParameters::standardParallel | ( | ) | const |
Definition at line 117 of file MercatorStandardParallelParameters.cpp.