OTB  9.0.0
Orfeo Toolbox
Classes | Namespaces
otbDEMHandler.h File Reference
#include "otbImage.h"
#include "otbGDALDatasetWrapper.h"
#include <string>
#include <list>
#include <vector>
#include <memory>
+ Include dependency graph for otbDEMHandler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  otb::DEMHandler
 
class  otb::DEMObserverInterface
 
class  otb::DEMSubjectInterface
 

Namespaces

 otb
 

Functions

Fast conviennce access functions

DEM fast conviennce access functions.

These functions are provided to be used with a DEMHandlerTLS instance that could (and should) be obtained in any ThreadedGenerateData() function where DEMHandler would be used.

See also
the eponym functions from DEMHandler for what they actually return
double otb::GetGeoidHeight (DEMHandlerTLS const &, double lon, double lat)
 
double otb::GetGeoidHeight (DEMHandlerTLS const &, itk::Point< double, 2 > geoPoint)
 
double otb::GetHeightAboveEllipsoid (DEMHandlerTLS const &, double lon, double lat)
 
double otb::GetHeightAboveEllipsoid (DEMHandlerTLS const &, itk::Point< double, 2 > geoPoint)
 
double otb::GetHeightAboveMSL (DEMHandlerTLS const &, double lon, double lat)
 
double otb::GetHeightAboveMSL (DEMHandlerTLS const &, itk::Point< double, 2 > geoPoint)
 
Fast conviennce access functions

DEM fast conviennce access functions.

These functions are provided to be used with a DEMHandlerTLS instance that could (and should) be obtained in any ThreadedGenerateData() function where DEMHandler would be used.

See also
the eponym functions from DEMHandler for what they actually return
double otb::GetHeightAboveEllipsoid (DEMHandlerTLS const &, double lon, double lat)
 
double otb::GetHeightAboveMSL (DEMHandlerTLS const &, double lon, double lat)
 
double otb::GetGeoidHeight (DEMHandlerTLS const &, double lon, double lat)
 
double otb::GetHeightAboveEllipsoid (DEMHandlerTLS const &, itk::Point< double, 2 > geoPoint)
 
double otb::GetHeightAboveMSL (DEMHandlerTLS const &, itk::Point< double, 2 > geoPoint)
 
double otb::GetGeoidHeight (DEMHandlerTLS const &, itk::Point< double, 2 > geoPoint)