|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class represents a coordinate in a geodesic reference. More...
#include <GeodesicCoordinate.h>
Public Member Functions | |
| GeodesicCoordinate () | |
| Constructor. More... | |
| ~GeodesicCoordinate () | |
| Destructor. More... | |
| GeodesicCoordinate (double x, double y, double z) | |
| Cosntructor with initializations. More... | |
| GeodesicCoordinate (const GeodesicCoordinate &rhs) | |
| Copy constructor. More... | |
| GeodesicCoordinate & | operator= (const GeodesicCoordinate &rhs) |
| Affectation operator. More... | |
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 geodesic reference.
Definition at line 26 of file GeodesicCoordinate.h.
| ossimplugins::GeodesicCoordinate::GeodesicCoordinate | ( | ) |
| ossimplugins::GeodesicCoordinate::~GeodesicCoordinate | ( | ) |
| ossimplugins::GeodesicCoordinate::GeodesicCoordinate | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
| ossimplugins::GeodesicCoordinate::GeodesicCoordinate | ( | const GeodesicCoordinate & | rhs | ) |
| GeodesicCoordinate & ossimplugins::GeodesicCoordinate::operator= | ( | const GeodesicCoordinate & | rhs | ) |
Affectation operator.
Definition at line 35 of file GeodesicCoordinate.cpp.
References ossimplugins::Coordinate::_x, ossimplugins::Coordinate::_y, and ossimplugins::Coordinate::_z.
1.8.14