Elevation data
Jump to navigation
Jump to search
Elevation data and other single channel data can be used for various analysis and visualization purposes throughout the Maria system. This page shows an overview of the elevation data programming API's
The two main interfaces for elevation data are IElevationData (implemented by the NativeElevationData class) and IElevationDataManager (implemented by ElevationDataManager).
IElevationData
This interface contains methods for querying elevation data from a set of data layers. The data layers are usually managed by the ElevationDataManager, but you can also specify them explicitly through a MapTemplate with the SetTemplate method
void SetTemplate(MapTemplate template);
The format of this elevation data template is described here