|
| MapProjection3Parameters (CoordinateType::Enum _coordinateType) |
|
| MapProjection3Parameters (CoordinateType::Enum _coordinateType, double __centralMeridian, double __falseEasting, double __falseNorthing) |
|
| MapProjection3Parameters (const MapProjection3Parameters &p) |
|
MapProjection3Parameters & | operator= (const MapProjection3Parameters &p) |
|
void | setCentralMeridian (double __centralMeridian) |
|
void | setFalseEasting (double __falseEasting) |
|
void | setFalseNorthing (double __falseNorthing) |
|
double | centralMeridian () const |
|
double | falseEasting () const |
|
double | falseNorthing () const |
|
| CoordinateSystemParameters (MSP::CCS::CoordinateType::Enum __coordinateType) |
|
| CoordinateSystemParameters (const CoordinateSystemParameters &csp) |
|
CoordinateSystemParameters & | operator= (const CoordinateSystemParameters &csp) |
|
void | setCoordinateType (MSP::CCS::CoordinateType::Enum __coordinateType) |
|
CoordinateType::Enum | coordinateType () const |
|