OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimElevationAccuracyInfo.h>
Public Member Functions | |
ossimElevationAccuracyInfo () | |
void | makeNan () |
double | getConfidenceLevel () const |
bool | hasValidRelativeError () const |
bool | hasValidAbsoluteError () const |
double | getRelativeCE () const |
void | setRelativeCE (double value) |
double | getAbsoluteCE () const |
void | setAbsoluteCE (double value) |
double | getRelativeLE () const |
void | setRelativeLE (double value) |
double | getAbsoluteLE () const |
void | setAbsoluteLE (double value) |
const ossimString & | getSurfaceName () const |
void | setSurfaceName (const ossimString &value) |
![]() | |
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 |
Public Attributes | |
double | m_confidenceLevel |
double | m_relativeCE |
double | m_absoluteCE |
double | m_relativeLE |
double | m_absoluteLE |
ossimString | m_surfaceName |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 8 of file ossimElevationAccuracyInfo.h.
|
inline |
Definition at line 11 of file ossimElevationAccuracyInfo.h.
|
inline |
Definition at line 41 of file ossimElevationAccuracyInfo.h.
|
inline |
Definition at line 47 of file ossimElevationAccuracyInfo.h.
|
inline |
Definition at line 27 of file ossimElevationAccuracyInfo.h.
|
inline |
Definition at line 38 of file ossimElevationAccuracyInfo.h.
|
inline |
Definition at line 44 of file ossimElevationAccuracyInfo.h.
|
inline |
Definition at line 50 of file ossimElevationAccuracyInfo.h.
|
inline |
Definition at line 34 of file ossimElevationAccuracyInfo.h.
References ossim::isnan().
Referenced by ossimElevCellHandler::getAccuracyInfo(), ossimDtedHandler::getAccuracyInfo(), and ossimHgtRef::getSurfaceCovMatrix().
|
inline |
Definition at line 29 of file ossimElevationAccuracyInfo.h.
References ossim::isnan().
|
inline |
Definition at line 20 of file ossimElevationAccuracyInfo.h.
References ossim::nan().
Referenced by ossimSrtmElevationDatabase::getAccuracyInfo(), and ossimTiledElevationDatabase::getAccuracyInfo().
|
inline |
Definition at line 42 of file ossimElevationAccuracyInfo.h.
|
inline |
Definition at line 48 of file ossimElevationAccuracyInfo.h.
|
inline |
Definition at line 39 of file ossimElevationAccuracyInfo.h.
|
inline |
Definition at line 45 of file ossimElevationAccuracyInfo.h.
|
inline |
Definition at line 51 of file ossimElevationAccuracyInfo.h.
double ossimElevationAccuracyInfo::m_absoluteCE |
Definition at line 55 of file ossimElevationAccuracyInfo.h.
Referenced by ossimSrtmElevationDatabase::getAccuracyInfo(), ossimElevCellHandler::getAccuracyInfo(), ossimDtedHandler::getAccuracyInfo(), and ossimHgtRef::getSurfaceCovMatrix().
double ossimElevationAccuracyInfo::m_absoluteLE |
Definition at line 57 of file ossimElevationAccuracyInfo.h.
Referenced by ossimSrtmElevationDatabase::getAccuracyInfo(), ossimElevCellHandler::getAccuracyInfo(), ossimDtedHandler::getAccuracyInfo(), and ossimHgtRef::getSurfaceCovMatrix().
double ossimElevationAccuracyInfo::m_confidenceLevel |
Definition at line 53 of file ossimElevationAccuracyInfo.h.
Referenced by ossimElevCellHandler::getAccuracyInfo(), and ossimDtedHandler::getAccuracyInfo().
double ossimElevationAccuracyInfo::m_relativeCE |
Definition at line 54 of file ossimElevationAccuracyInfo.h.
Referenced by ossimDtedHandler::getAccuracyInfo().
double ossimElevationAccuracyInfo::m_relativeLE |
Definition at line 56 of file ossimElevationAccuracyInfo.h.
Referenced by ossimDtedHandler::getAccuracyInfo().
ossimString ossimElevationAccuracyInfo::m_surfaceName |
Definition at line 58 of file ossimElevationAccuracyInfo.h.
Referenced by ossimSrtmElevationDatabase::getAccuracyInfo(), ossimImageElevationDatabase::getAccuracyInfo(), and ossimDtedHandler::getAccuracyInfo().