OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimGeoidNgs.h>
Public Member Functions | |
ossimGeoidNgs () | |
ossimGeoidNgs (const ossimFilename &dir, ossimByteOrder byteOrder=OSSIM_LITTLE_ENDIAN) | |
virtual | ~ossimGeoidNgs () |
virtual ossimString | getShortName () const |
virtual bool | open (const ossimFilename &dir, ossimByteOrder byteOrder=OSSIM_LITTLE_ENDIAN) |
virtual bool | addFile (const ossimFilename &file, ossimByteOrder byteOrder=OSSIM_LITTLE_ENDIAN) |
virtual double | offsetFromEllipsoid (const ossimGpt &) |
double | geoidToEllipsoidHeight (double lat, double lon, double geoidHeight) const |
double | ellipsoidToGeoidHeight (double lat, double lon, double ellipsoidHeight) const |
![]() | |
ossimGeoid () | |
![]() | |
ossimObject () | |
virtual | ~ossimObject () |
virtual ossimObject * | dup () const |
virtual ossimString | getLongName () const |
virtual ossimString | getDescription () const |
virtual ossimString | getClassName () const |
virtual RTTItypeid | getType () const |
virtual bool | canCastTo (ossimObject *obj) const |
virtual bool | canCastTo (const RTTItypeid &id) const |
virtual bool | canCastTo (const ossimString &parentClassName) const |
virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
virtual std::ostream & | print (std::ostream &out) const |
Generic print method. More... | |
virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
virtual void | accept (ossimVisitor &visitor) |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
![]() | |
ossimErrorStatusInterface () | |
virtual | ~ossimErrorStatusInterface () |
virtual ossimErrorCode | getErrorStatus () const |
virtual ossimString | getErrorStatusString () const |
virtual void | setErrorStatus (ossimErrorCode error_status) const |
virtual void | setErrorStatus () const |
virtual void | clearErrorStatus () const |
bool | hasError () const |
virtual std::ostream & | print (std::ostream &out) const |
Outputs theErrorStatus as an ossimErrorCode and an ossimString. More... | |
Protected Member Functions | |
void | fixLatLon (double &lat, double &lon) const |
double | deltaHeight (double lat, double lon) const |
![]() | |
virtual | ~ossimGeoid () |
![]() | |
virtual | ~ossimReferenced () |
Protected Attributes | |
std::vector< ossimGeoidNgsHeader > | theGridVector |
ossimString | theShortName |
![]() | |
ossimErrorCode | theErrorStatus |
Definition at line 17 of file ossimGeoidNgs.h.
ossimGeoidNgs::ossimGeoidNgs | ( | ) |
Definition at line 30 of file ossimGeoidNgs.cpp.
ossimGeoidNgs::ossimGeoidNgs | ( | const ossimFilename & | dir, |
ossimByteOrder | byteOrder = OSSIM_LITTLE_ENDIAN |
||
) |
Definition at line 35 of file ossimGeoidNgs.cpp.
References open().
|
virtual |
Definition at line 169 of file ossimGeoidNgs.cpp.
|
virtual |
Definition at line 174 of file ossimGeoidNgs.cpp.
References ossim::byteOrder(), ossimFilename::exists(), ossimGeoidNgsHeader::initialize(), and theGridVector.
Referenced by open().
|
protected |
Definition at line 257 of file ossimGeoidNgs.cpp.
References ossim::nan(), and theGridVector.
Referenced by ellipsoidToGeoidHeight(), geoidToEllipsoidHeight(), and offsetFromEllipsoid().
double ossimGeoidNgs::ellipsoidToGeoidHeight | ( | double | lat, |
double | lon, | ||
double | ellipsoidHeight | ||
) | const |
Definition at line 231 of file ossimGeoidNgs.cpp.
References deltaHeight(), fixLatLon(), and ossim::isnan().
|
protected |
Definition at line 245 of file ossimGeoidNgs.cpp.
Referenced by ellipsoidToGeoidHeight(), geoidToEllipsoidHeight(), and offsetFromEllipsoid().
double ossimGeoidNgs::geoidToEllipsoidHeight | ( | double | lat, |
double | lon, | ||
double | geoidHeight | ||
) | const |
Definition at line 217 of file ossimGeoidNgs.cpp.
References deltaHeight(), fixLatLon(), and ossim::isnan().
|
virtual |
Reimplemented from ossimObject.
Definition at line 271 of file ossimGeoidNgs.cpp.
References theShortName.
|
virtual |
Implements ossimGeoid.
Definition at line 203 of file ossimGeoidNgs.cpp.
References ossimGpt::changeDatum(), deltaHeight(), fixLatLon(), ossimDatumFactory::instance(), ossimGpt::latd(), and ossimGpt::lond().
|
virtual |
Implements ossimGeoid.
Definition at line 42 of file ossimGeoidNgs.cpp.
References addFile(), ossim::byteOrder(), ossimFilename::dirCat(), ossimFilename::exists(), ossimFilename::isDir(), and theShortName.
Referenced by ossimGeoidNgs().
|
protected |
Definition at line 58 of file ossimGeoidNgs.h.
Referenced by addFile(), and deltaHeight().
|
protected |
Definition at line 59 of file ossimGeoidNgs.h.
Referenced by getShortName(), and open().