|  | 
|  | UTMCoordinates (CoordinateType::Enum _coordinateType) | 
|  | 
|  | UTMCoordinates (CoordinateType::Enum _coordinateType, long __zone, char __hemisphere, double __easting, double __northing) | 
|  | 
|  | UTMCoordinates (CoordinateType::Enum _coordinateType, const char *__warningMessage, long __zone, char __hemisphere, double __easting, double __northing) | 
|  | 
|  | UTMCoordinates (const UTMCoordinates &c) | 
|  | 
| UTMCoordinates & | operator= (const UTMCoordinates &c) | 
|  | 
| void | set (long __zone, char __hemisphere, double __easting, double __northing) | 
|  | 
| void | setZone (long __zone) | 
|  | 
| long | zone () const | 
|  | 
| void | setHemisphere (char __hemisphere) | 
|  | 
| char | hemisphere () const | 
|  | 
| void | setEasting (double __easting) | 
|  | 
| double | easting () const | 
|  | 
| void | setNorthing (double __northing) | 
|  | 
| double | northing () const | 
|  | 
|  | CoordinateTuple (MSP::CCS::CoordinateType::Enum __coordinateType) | 
|  | 
|  | CoordinateTuple (MSP::CCS::CoordinateType::Enum __coordinateType, const char *__warningMessage) | 
|  | 
|  | CoordinateTuple (const CoordinateTuple &ct) | 
|  | 
| CoordinateTuple & | operator= (const CoordinateTuple &ct) | 
|  | 
| void | set (MSP::CCS::CoordinateType::Enum __coordinateType, const char *__warningMessage, const char *__errorMessage) | 
|  | 
| void | setCoordinateType (MSP::CCS::CoordinateType::Enum __coordinateType) | 
|  | 
| CoordinateType::Enum | coordinateType () const | 
|  | 
| void | setErrorMessage (const char *__errorMessage) | 
|  | 
| const char * | errorMessage () const | 
|  | 
| void | setWarningMessage (const char *__warningMessage) | 
|  | 
| const char * | warningMessage () const | 
|  |