OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
DtedHeight is a class for storing DTED information. More...
#include <ossimDtedHandler.h>
Public Member Functions | |
DtedHeight () | |
DtedHeight methods. More... | |
virtual | ~DtedHeight () |
double | calcHeight () |
void | debug () |
Public Attributes | |
DtedPost | m_posts [TOTAL_POSTS] |
DtedHeight is a class for storing DTED information.
Definition at line 197 of file ossimDtedHandler.h.
ossimDtedHandler::DtedHeight::DtedHeight | ( | ) |
|
virtual |
Definition at line 560 of file ossimDtedHandler.cpp.
double ossimDtedHandler::DtedHeight::calcHeight | ( | ) |
Definition at line 562 of file ossimDtedHandler.cpp.
References ossim::nan(), ossimDtedHandler::NULL_POST, and ossimDtedHandler::TOTAL_POSTS.
Referenced by ossimDtedHandler::getHeightAboveMSL().
void ossimDtedHandler::DtedHeight::debug | ( | ) |
Definition at line 586 of file ossimDtedHandler.cpp.
Referenced by ossimDtedHandler::getHeightAboveMSL().
DtedPost ossimDtedHandler::DtedHeight::m_posts[TOTAL_POSTS] |
Definition at line 209 of file ossimDtedHandler.h.
Referenced by ossimDtedHandler::getHeightAboveMSL(), and ossimDtedHandler::readPostsFromFile().