|  | 
|  | MapProjection5Parameters (CoordinateType::Enum _coordinateType) | 
|  | 
|  | MapProjection5Parameters (CoordinateType::Enum _coordinateType, double __centralMeridian, double __originLatitude, double __scaleFactor, double __falseEasting, double __falseNorthing) | 
|  | 
|  | MapProjection5Parameters (const MapProjection5Parameters &p) | 
|  | 
| MapProjection5Parameters & | operator= (const MapProjection5Parameters &p) | 
|  | 
| void | setCentralMeridian (double __centralMeridian) | 
|  | 
| void | setOriginLatitude (double __originLatitude) | 
|  | 
| void | setScaleFactor (double __scaleFactor) | 
|  | 
| void | setFalseEasting (double __falseEasting) | 
|  | 
| void | setFalseNorthing (double __falseNorthing) | 
|  | 
| double | centralMeridian () const | 
|  | 
| double | originLatitude () const | 
|  | 
| double | scaleFactor () 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 | 
|  |