#include <hillshade_layer.hpp>
Definition at line 17 of file hillshade_layer.hpp.
◆ HillshadeLayer() [1/2]
mbgl::style::HillshadeLayer::HillshadeLayer |
( |
const std::string & |
layerID, |
|
|
const std::string & |
sourceID |
|
) |
| |
◆ ~HillshadeLayer()
mbgl::style::HillshadeLayer::~HillshadeLayer |
( |
| ) |
|
|
override |
◆ HillshadeLayer() [2/2]
mbgl::style::HillshadeLayer::HillshadeLayer |
( |
Immutable< Impl > |
| ) |
|
◆ cloneRef()
std::unique_ptr<Layer> mbgl::style::HillshadeLayer::cloneRef |
( |
const std::string & |
id | ) |
const |
|
final |
◆ getDefaultHillshadeAccentColor()
static PropertyValue<Color> mbgl::style::HillshadeLayer::getDefaultHillshadeAccentColor |
( |
| ) |
|
|
static |
◆ getDefaultHillshadeExaggeration()
static PropertyValue<float> mbgl::style::HillshadeLayer::getDefaultHillshadeExaggeration |
( |
| ) |
|
|
static |
◆ getDefaultHillshadeHighlightColor()
static PropertyValue<Color> mbgl::style::HillshadeLayer::getDefaultHillshadeHighlightColor |
( |
| ) |
|
|
static |
◆ getDefaultHillshadeIlluminationAnchor()
◆ getDefaultHillshadeIlluminationDirection()
static PropertyValue<float> mbgl::style::HillshadeLayer::getDefaultHillshadeIlluminationDirection |
( |
| ) |
|
|
static |
◆ getDefaultHillshadeShadowColor()
static PropertyValue<Color> mbgl::style::HillshadeLayer::getDefaultHillshadeShadowColor |
( |
| ) |
|
|
static |
◆ getHillshadeAccentColor()
const PropertyValue<Color>& mbgl::style::HillshadeLayer::getHillshadeAccentColor |
( |
| ) |
const |
◆ getHillshadeAccentColorTransition()
TransitionOptions mbgl::style::HillshadeLayer::getHillshadeAccentColorTransition |
( |
| ) |
const |
◆ getHillshadeExaggeration()
const PropertyValue<float>& mbgl::style::HillshadeLayer::getHillshadeExaggeration |
( |
| ) |
const |
◆ getHillshadeExaggerationTransition()
TransitionOptions mbgl::style::HillshadeLayer::getHillshadeExaggerationTransition |
( |
| ) |
const |
◆ getHillshadeHighlightColor()
const PropertyValue<Color>& mbgl::style::HillshadeLayer::getHillshadeHighlightColor |
( |
| ) |
const |
◆ getHillshadeHighlightColorTransition()
TransitionOptions mbgl::style::HillshadeLayer::getHillshadeHighlightColorTransition |
( |
| ) |
const |
◆ getHillshadeIlluminationAnchor()
◆ getHillshadeIlluminationAnchorTransition()
TransitionOptions mbgl::style::HillshadeLayer::getHillshadeIlluminationAnchorTransition |
( |
| ) |
const |
◆ getHillshadeIlluminationDirection()
const PropertyValue<float>& mbgl::style::HillshadeLayer::getHillshadeIlluminationDirection |
( |
| ) |
const |
◆ getHillshadeIlluminationDirectionTransition()
TransitionOptions mbgl::style::HillshadeLayer::getHillshadeIlluminationDirectionTransition |
( |
| ) |
const |
◆ getHillshadeShadowColor()
const PropertyValue<Color>& mbgl::style::HillshadeLayer::getHillshadeShadowColor |
( |
| ) |
const |
◆ getHillshadeShadowColorTransition()
TransitionOptions mbgl::style::HillshadeLayer::getHillshadeShadowColorTransition |
( |
| ) |
const |
◆ getProperty()
StyleProperty mbgl::style::HillshadeLayer::getProperty |
( |
const std::string & |
name | ) |
const |
|
finalprotected |
◆ impl()
const Impl& mbgl::style::HillshadeLayer::impl |
( |
| ) |
const |
◆ mutableBaseImpl()
Mutable<Layer::Impl> mbgl::style::HillshadeLayer::mutableBaseImpl |
( |
| ) |
const |
|
finalprotected |
◆ mutableImpl()
Mutable<Impl> mbgl::style::HillshadeLayer::mutableImpl |
( |
| ) |
const |
◆ serialize()
Value mbgl::style::HillshadeLayer::serialize |
( |
| ) |
const |
|
finalprotected |
◆ setHillshadeAccentColor()
void mbgl::style::HillshadeLayer::setHillshadeAccentColor |
( |
const PropertyValue< Color > & |
| ) |
|
◆ setHillshadeAccentColorTransition()
void mbgl::style::HillshadeLayer::setHillshadeAccentColorTransition |
( |
const TransitionOptions & |
| ) |
|
◆ setHillshadeExaggeration()
void mbgl::style::HillshadeLayer::setHillshadeExaggeration |
( |
const PropertyValue< float > & |
| ) |
|
◆ setHillshadeExaggerationTransition()
void mbgl::style::HillshadeLayer::setHillshadeExaggerationTransition |
( |
const TransitionOptions & |
| ) |
|
◆ setHillshadeHighlightColor()
void mbgl::style::HillshadeLayer::setHillshadeHighlightColor |
( |
const PropertyValue< Color > & |
| ) |
|
◆ setHillshadeHighlightColorTransition()
void mbgl::style::HillshadeLayer::setHillshadeHighlightColorTransition |
( |
const TransitionOptions & |
| ) |
|
◆ setHillshadeIlluminationAnchor()
◆ setHillshadeIlluminationAnchorTransition()
void mbgl::style::HillshadeLayer::setHillshadeIlluminationAnchorTransition |
( |
const TransitionOptions & |
| ) |
|
◆ setHillshadeIlluminationDirection()
void mbgl::style::HillshadeLayer::setHillshadeIlluminationDirection |
( |
const PropertyValue< float > & |
| ) |
|
◆ setHillshadeIlluminationDirectionTransition()
void mbgl::style::HillshadeLayer::setHillshadeIlluminationDirectionTransition |
( |
const TransitionOptions & |
| ) |
|
◆ setHillshadeShadowColor()
void mbgl::style::HillshadeLayer::setHillshadeShadowColor |
( |
const PropertyValue< Color > & |
| ) |
|
◆ setHillshadeShadowColorTransition()
void mbgl::style::HillshadeLayer::setHillshadeShadowColorTransition |
( |
const TransitionOptions & |
| ) |
|
◆ setPropertyInternal()
The documentation for this class was generated from the following file:
- /home/runner/work/maplibre-native/maplibre-native/include/mbgl/style/layers/hillshade_layer.hpp