|  | 
|  | MapProjection6Parameters (CoordinateType::Enum _coordinateType) | 
|  | 
|  | MapProjection6Parameters (CoordinateType::Enum _coordinateType, double __centralMeridian, double __originLatitude, double __standardParallel1, double __standardParallel2, double __falseEasting, double __falseNorthing) | 
|  | 
|  | MapProjection6Parameters (const MapProjection6Parameters &p) | 
|  | 
| MapProjection6Parameters & | operator= (const MapProjection6Parameters &p) | 
|  | 
| void | setCentralMeridian (double __centralMeridian) | 
|  | 
| void | setOriginLatitude (double __originLatitude) | 
|  | 
| void | setStandardParallel1 (double __standardParallel1) | 
|  | 
| void | setStandardParallel2 (double __standardParallel2) | 
|  | 
| void | setFalseEasting (double __falseEasting) | 
|  | 
| void | setFalseNorthing (double __falseNorthing) | 
|  | 
| double | centralMeridian () const | 
|  | 
| double | originLatitude () const | 
|  | 
| double | standardParallel1 () const | 
|  | 
| double | standardParallel2 () 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 | 
|  |