|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimUpspt.h>
Public Member Functions | |
| ossimUpspt (const ossimGpt &aPt) | |
| ossimUpspt (const ossimEcefPoint &aPt) | |
| char | hemisphere () const |
| double | easting () const |
| double | northing () const |
| const ossimDatum * | datum () const |
Private Member Functions | |
| void | convertFromGeodetic (const ossimGpt &aPt) |
Private Attributes | |
| char | theHemisphere |
| double | theEasting |
| double | theNorthing |
| ossimDatum * | theDatum |
Definition at line 24 of file ossimUpspt.h.
| ossimUpspt::ossimUpspt | ( | const ossimGpt & | aPt | ) |
Definition at line 22 of file ossimUpspt.cpp.
References convertFromGeodetic().
| ossimUpspt::ossimUpspt | ( | const ossimEcefPoint & | aPt | ) |
Definition at line 27 of file ossimUpspt.cpp.
References convertFromGeodetic().
|
private |
Definition at line 33 of file ossimUpspt.cpp.
References ossimEllipsoid::a(), ossimEllipsoid::b(), Convert_Geodetic_To_UPS(), ossimGpt::datum(), ossimDatum::ellipsoid(), ossimGpt::latr(), ossimGpt::lonr(), Set_UPS_Parameters(), theDatum, theEasting, theHemisphere, and theNorthing.
Referenced by ossimUpspt().
|
inline |
Definition at line 33 of file ossimUpspt.h.
|
inline |
Definition at line 31 of file ossimUpspt.h.
|
inline |
Definition at line 30 of file ossimUpspt.h.
|
inline |
Definition at line 32 of file ossimUpspt.h.
|
private |
Definition at line 39 of file ossimUpspt.h.
Referenced by convertFromGeodetic().
|
private |
Definition at line 37 of file ossimUpspt.h.
Referenced by convertFromGeodetic().
|
private |
Definition at line 36 of file ossimUpspt.h.
Referenced by convertFromGeodetic().
|
private |
Definition at line 38 of file ossimUpspt.h.
Referenced by convertFromGeodetic().
1.8.14