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