UNCLASSIFIED
|
GeographicTranslator
|
#include <Spherical.h>
Protected Member Functions | |
| void | sphericalToGeocentric (const double longitude, const double latitude, const double radius, double &x, double &y, double &z) const |
| void | geocentricToSpherical (const double x, const double y, const double z, double &longitude, double &latitude, double &radius) const |
Additional Inherited Members | |
Protected Attributes inherited from MSP::CCS::CoordinateSystem | |
| double | semiMajorAxis |
| double | flattening |
Definition at line 41 of file Spherical.h.
| Spherical::Spherical | ( | double | ellipsoidSemiMajorAxis, |
| double | ellipsoidFlattening | ||
| ) |
Definition at line 30 of file Spherical.cpp.
| Spherical::Spherical | ( | const Spherical & | g | ) |
Definition at line 37 of file Spherical.cpp.
| Spherical::~Spherical | ( | void | ) |
Definition at line 42 of file Spherical.cpp.
| MSP::CCS::SphericalCoordinates * Spherical::convertFromGeodetic | ( | const MSP::CCS::GeodeticCoordinates * | geodeticCoordinate | ) |
Definition at line 46 of file Spherical.cpp.
| MSP::CCS::GeodeticCoordinates * Spherical::convertToGeodetic | ( | MSP::CCS::SphericalCoordinates * | sphericalCoordinate | ) |
Definition at line 63 of file Spherical.cpp.
|
protected |
Definition at line 95 of file Spherical.cpp.
|
protected |
Definition at line 77 of file Spherical.cpp.