Class ElevationSource
Defined in File ElevationSource.hpp
Inheritance Relationships
Base Type
public navtk::geospatial::SpatialMapDataSource(Class SpatialMapDataSource)
Derived Type
public navtk::geospatial::GdalSource(Class GdalSource)
Class Documentation
This class is the interface for all sources of elevation data.
Derive from this class if you’re writing a class that reads or calculates elevation data. Each instance of this class should correspond to either a single path or no path (e.g. constant undulation model).
Subclassed by navtk::geospatial::GdalSource
Public Functions
Get the output vertical reference frame.
- Returns
The current output frame set by the user.
Set the output vertical reference frame.
All values returned by
lookup_datumwill be with respect to this frame.- Parameters
new_ref – the new output vertical reference frame
Protected Attributes
Vertical reference frame of the input dataset.
Vertical reference frame of all outputted elevations.