#include <PolarStereographicStandardParallelParameters.h>
Public Member Functions | |
PolarStereographicStandardParallelParameters () | |
PolarStereographicStandardParallelParameters (CoordinateType::Enum _coordinateType) | |
PolarStereographicStandardParallelParameters (CoordinateType::Enum _coordinateType, double __longitudeDownFromPole, double __latitudeOfTrueScale, double __falseEasting, double __falseNorthing) | |
PolarStereographicStandardParallelParameters (const PolarStereographicStandardParallelParameters &p) | |
~PolarStereographicStandardParallelParameters () | |
PolarStereographicStandardParallelParameters & | operator= (const PolarStereographicStandardParallelParameters &p) |
void | setCentralMeridian (double __centralMeridian) |
void | setStandardParallel (double __standardParallel) |
void | setFalseEasting (double __falseEasting) |
void | setFalseNorthing (double __falseNorthing) |
double | centralMeridian () const |
double | standardParallel () const |
double | falseEasting () const |
double | falseNorthing () const |
Definition at line 13 of file PolarStereographicStandardParallelParameters.h.
PolarStereographicStandardParallelParameters::PolarStereographicStandardParallelParameters | ( | ) |
Definition at line 9 of file PolarStereographicStandardParallelParameters.cpp.
PolarStereographicStandardParallelParameters::PolarStereographicStandardParallelParameters | ( | CoordinateType::Enum | _coordinateType | ) |
Definition at line 19 of file PolarStereographicStandardParallelParameters.cpp.
PolarStereographicStandardParallelParameters::PolarStereographicStandardParallelParameters | ( | CoordinateType::Enum | _coordinateType, | |
double | __longitudeDownFromPole, | |||
double | __latitudeOfTrueScale, | |||
double | __falseEasting, | |||
double | __falseNorthing | |||
) |
Definition at line 29 of file PolarStereographicStandardParallelParameters.cpp.
PolarStereographicStandardParallelParameters::PolarStereographicStandardParallelParameters | ( | const PolarStereographicStandardParallelParameters & | p | ) |
Definition at line 39 of file PolarStereographicStandardParallelParameters.cpp.
PolarStereographicStandardParallelParameters::~PolarStereographicStandardParallelParameters | ( | ) |
Definition at line 50 of file PolarStereographicStandardParallelParameters.cpp.
double PolarStereographicStandardParallelParameters::centralMeridian | ( | ) | const |
Definition at line 99 of file PolarStereographicStandardParallelParameters.cpp.
double PolarStereographicStandardParallelParameters::falseEasting | ( | ) | const |
Definition at line 111 of file PolarStereographicStandardParallelParameters.cpp.
double PolarStereographicStandardParallelParameters::falseNorthing | ( | ) | const |
Definition at line 117 of file PolarStereographicStandardParallelParameters.cpp.
PolarStereographicStandardParallelParameters & PolarStereographicStandardParallelParameters::operator= | ( | const PolarStereographicStandardParallelParameters & | p | ) |
Reimplemented from MSP::CCS::CoordinateSystemParameters.
Definition at line 59 of file PolarStereographicStandardParallelParameters.cpp.
void PolarStereographicStandardParallelParameters::setCentralMeridian | ( | double | __centralMeridian | ) |
Definition at line 75 of file PolarStereographicStandardParallelParameters.cpp.
void PolarStereographicStandardParallelParameters::setFalseEasting | ( | double | __falseEasting | ) |
Definition at line 87 of file PolarStereographicStandardParallelParameters.cpp.
void PolarStereographicStandardParallelParameters::setFalseNorthing | ( | double | __falseNorthing | ) |
Definition at line 93 of file PolarStereographicStandardParallelParameters.cpp.
void PolarStereographicStandardParallelParameters::setStandardParallel | ( | double | __standardParallel | ) |
Definition at line 81 of file PolarStereographicStandardParallelParameters.cpp.
double PolarStereographicStandardParallelParameters::standardParallel | ( | ) | const |
Definition at line 105 of file PolarStereographicStandardParallelParameters.cpp.