UNCLASSIFIED

GeographicTranslator
 All Classes Namespaces Functions Enumerations
Public Member Functions | List of all members
MSP::CCS::MapProjectionCoordinates Class Reference
Inheritance diagram for MSP::CCS::MapProjectionCoordinates:
MSP::CCS::CoordinateTuple

Public Member Functions

 MapProjectionCoordinates (CoordinateType::Enum _coordinateType)
 
 MapProjectionCoordinates (CoordinateType::Enum _coordinateType, double __easting, double __northing)
 
 MapProjectionCoordinates (CoordinateType::Enum _coordinateType, const char *__warningMessage, double __easting, double __northing)
 
 MapProjectionCoordinates (const MapProjectionCoordinates &c)
 
MapProjectionCoordinatesoperator= (const MapProjectionCoordinates &c)
 
void set (double __easting, double __northing)
 
void setEasting (double __easting)
 
double easting () const
 
void setNorthing (double __northing)
 
double northing () const
 
- Public Member Functions inherited from MSP::CCS::CoordinateTuple
 CoordinateTuple (MSP::CCS::CoordinateType::Enum __coordinateType)
 
 CoordinateTuple (MSP::CCS::CoordinateType::Enum __coordinateType, const char *__warningMessage)
 
 CoordinateTuple (const CoordinateTuple &ct)
 
CoordinateTupleoperator= (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
 

Additional Inherited Members

- Protected Attributes inherited from MSP::CCS::CoordinateTuple
CoordinateType::Enum _coordinateType
 
char _errorMessage [500]
 
char _warningMessage [500]