|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class represents a coordinate in a rectangular reference. More...
#include <RectangularCoordinate.h>
Public Member Functions | |
| RectangularCoordinate () | |
| Constructor. More... | |
| ~RectangularCoordinate () | |
| Destructor. More... | |
| RectangularCoordinate (double x, double y, double z) | |
| Cosntructor with initializations. More... | |
| RectangularCoordinate (const RectangularCoordinate &rhs) | |
| Copy constructor. More... | |
| RectangularCoordinate & | operator= (const RectangularCoordinate &rhs) |
| Affectation operator. More... | |
| void | AsGeodesicCoordinates (double demiGdAxe, double demiPtAxe, GeodesicCoordinate *geod) |
Public Member Functions inherited from ossimplugins::Coordinate | |
| Coordinate () | |
| Constructor. More... | |
| ~Coordinate () | |
| Destructor. More... | |
| Coordinate (double x, double y, double z) | |
| Constructor with initializations. More... | |
| Coordinate (const Coordinate &rhs) | |
| Copy constructor. More... | |
| Coordinate & | operator= (const Coordinate &rhs) |
| Affectation operator. More... | |
| void | set_coordinates (double x, double y, double z) |
| double | get_x () |
| double | get_y () |
| double | get_z () |
Additional Inherited Members | |
Protected Attributes inherited from ossimplugins::Coordinate | |
| double | _x |
| double | _y |
| double | _z |
This class represents a coordinate in a rectangular reference.
Definition at line 27 of file RectangularCoordinate.h.
| ossimplugins::RectangularCoordinate::RectangularCoordinate | ( | ) |
| ossimplugins::RectangularCoordinate::~RectangularCoordinate | ( | ) |
| ossimplugins::RectangularCoordinate::RectangularCoordinate | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
| ossimplugins::RectangularCoordinate::RectangularCoordinate | ( | const RectangularCoordinate & | rhs | ) |
| void ossimplugins::RectangularCoordinate::AsGeodesicCoordinates | ( | double | demiGdAxe, |
| double | demiPtAxe, | ||
| GeodesicCoordinate * | geod | ||
| ) |
Definition at line 46 of file RectangularCoordinate.cpp.
References ossimplugins::Coordinate::_x, ossimplugins::Coordinate::_y, ossimplugins::Coordinate::_z, PI, and ossimplugins::Coordinate::set_coordinates().
Referenced by ossimplugins::SarSensor::ImageToWorld().
| RectangularCoordinate & ossimplugins::RectangularCoordinate::operator= | ( | const RectangularCoordinate & | rhs | ) |
Affectation operator.
Definition at line 37 of file RectangularCoordinate.cpp.
References ossimplugins::Coordinate::_x, ossimplugins::Coordinate::_y, and ossimplugins::Coordinate::_z.
1.8.14