![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtDefaultGeodeticCoordinateSystem (const DtUnitDisplayManager *manager) | |
| virtual | ~DtDefaultGeodeticCoordinateSystem () |
| virtual QString | name () |
| virtual QString | formatSourceToDestination (double val, const QString &unitDisplay, const QString &source, const QString &destination) const |
| Formats from the source to the destination units and returns formatted value. | |
| virtual QString | formatDestinationToSource (double val, const QString &unitDisplay, const QString &source, const QString &destination) const |
| Formats from the destination to the source. | |
| DtDefaultGeodeticCoordinateSystem::DtDefaultGeodeticCoordinateSystem | ( | const DtUnitDisplayManager * | manager | ) |
| virtual DtDefaultGeodeticCoordinateSystem::~DtDefaultGeodeticCoordinateSystem | ( | ) | [virtual] |
| virtual QString DtDefaultGeodeticCoordinateSystem::name | ( | ) | [virtual] |
Reimplemented from DtDefaultCoordinateSystem.
| virtual QString DtDefaultGeodeticCoordinateSystem::formatSourceToDestination | ( | double | val, |
| const QString & | unitDisplay, | ||
| const QString & | source, | ||
| const QString & | destination | ||
| ) | const [virtual] |
Formats from the source to the destination units and returns formatted value.
Unit display is defined in unitDisplayManager.h
Reimplemented from DtDefaultCoordinateSystem.
| virtual QString DtDefaultGeodeticCoordinateSystem::formatDestinationToSource | ( | double | val, |
| const QString & | unitDisplay, | ||
| const QString & | source, | ||
| const QString & | destination | ||
| ) | const [virtual] |
Formats from the destination to the source.
Reimplemented from DtDefaultCoordinateSystem.