|
MapLibre Native Core
|
#include <raster_dem_source.hpp>
Public Member Functions | |
| RasterDEMSource (std::string id, variant< std::string, Tileset > urlOrTileset, uint16_t tileSize) | |
| bool | supportsLayerType (const mbgl::style::LayerTypeInfo *) const override |
Public Member Functions inherited from mbgl::style::RasterSource | |
| RasterSource (std::string id, variant< std::string, Tileset > urlOrTileset, uint16_t tileSize, SourceType sourceType=SourceType::Raster) | |
| ~RasterSource () override | |
| const variant< std::string, Tileset > & | getURLOrTileset () const |
| std::optional< std::string > | getURL () const |
| uint16_t | getTileSize () const |
| const Impl & | impl () const |
| void | loadDescription (FileSource &) final |
| bool | supportsLayerType (const mbgl::style::LayerTypeInfo *) const override |
| mapbox::base::WeakPtr< Source > | makeWeakPtr () final |
Additional Inherited Members | |
Protected Member Functions inherited from mbgl::style::RasterSource | |
| Mutable< Source::Impl > | createMutable () const noexcept final |
Definition at line 13 of file raster_dem_source.hpp.
| mbgl::style::RasterDEMSource::RasterDEMSource | ( | std::string | id, |
| variant< std::string, Tileset > | urlOrTileset, | ||
| uint16_t | tileSize | ||
| ) |
|
override |