#include <LocalSpherical.h>
|
| | LocalSpherical (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double originLongitude, double originLatitude, double originHeight, double orientation) |
| |
| | LocalSpherical (const LocalSpherical &lc) |
| |
| | ~LocalSpherical (void) |
| |
| LocalSpherical & | operator= (const LocalSpherical &lc) |
| |
| MSP::CCS::SphericalCoordinates * | convertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates) |
| |
| MSP::CCS::GeodeticCoordinates * | convertToGeodetic (MSP::CCS::SphericalCoordinates *sphericalCoordinate) |
| |
| | LocalCartesian (double ellipsoidSemiMajorAxis, double ellipsoidFlattening, double originLongitude, double originLatitude, double originHeight, double orientation) |
| |
| | LocalCartesian (const LocalCartesian &lc) |
| |
| | ~LocalCartesian (void) |
| |
| LocalCartesian & | operator= (const LocalCartesian &lc) |
| |
| LocalCartesianParameters * | getParameters () const |
| |
| MSP::CCS::CartesianCoordinates * | convertFromGeodetic (MSP::CCS::GeodeticCoordinates *geodeticCoordinates) |
| |
| MSP::CCS::GeodeticCoordinates * | convertToGeodetic (MSP::CCS::CartesianCoordinates *cartesianCoordinates) |
| |
| MSP::CCS::CartesianCoordinates * | convertFromGeocentric (const MSP::CCS::CartesianCoordinates *cartesianCoordinates) |
| |
| MSP::CCS::CartesianCoordinates * | convertToGeocentric (const MSP::CCS::CartesianCoordinates *cartesianCoordinates) |
| |
| | CoordinateSystem () |
| |
| | CoordinateSystem (double _semiMajorAxis, double _flattening) |
| |
| | ~CoordinateSystem () |
| |
| void | getEllipsoidParameters (double *_semiMajorAxis, double *_flattening) |
| |
|
| void | localSphericalToLocalCartesian (const double azimuth, const double elevation, const double radius, double &x, double &y, double &z) const |
| |
| void | localCartesianToLocalSpherical (const double x, const double y, const double z, double &azimuth, double &elevation, double &radius) const |
| |
Definition at line 33 of file LocalSpherical.h.
| LocalSpherical::LocalSpherical |
( |
double |
ellipsoidSemiMajorAxis, |
|
|
double |
ellipsoidFlattening, |
|
|
double |
originLongitude, |
|
|
double |
originLatitude, |
|
|
double |
originHeight, |
|
|
double |
orientation |
|
) |
| |
| LocalSpherical::~LocalSpherical |
( |
void |
| ) |
|
| void LocalSpherical::localCartesianToLocalSpherical |
( |
const double |
x, |
|
|
const double |
y, |
|
|
const double |
z, |
|
|
double & |
azimuth, |
|
|
double & |
elevation, |
|
|
double & |
radius |
|
) |
| const |
|
protected |
| void LocalSpherical::localSphericalToLocalCartesian |
( |
const double |
azimuth, |
|
|
const double |
elevation, |
|
|
const double |
radius, |
|
|
double & |
x, |
|
|
double & |
y, |
|
|
double & |
z |
|
) |
| const |
|
protected |