Class SimpleElevationProvider
Defined in File SimpleElevationProvider.hpp
Inheritance Relationships
Base Type
public navtk::geospatial::SimpleProvider(Class SimpleProvider)
Class Documentation
SimpleProvider used specifically for elevations.
Allows user to specify output vertical reference frame (e.g. get elevations in HAE or MSL).
Public Functions
Constructor for a single elevation source.
- Parameters
src – the source
out_ref – the desired vertical reference frame for all elevations returned by this class
Constructor for a vector of zero or more elevation sources.
- Parameters
srcs – The vector of sources.
out_ref – the desired vertical reference frame for all elevations returned by this class
Adds an
ElevationSourceto the provider.- Parameters
src – the source.