@XmlElement(value="ShadedRelief") public interface ShadedRelief
Exact parameters of the shading are system-dependent (for now). If the BrightnessOnly flag is “0” or “false” (false, default), the shading is applied to the layer being rendered as the current RasterSymbolizer. If BrightnessOnly is “1” or “true” (true), the shading is applied to the brightness of the colors in the rendering canvas generated so far by other layers, with the effect of relief-shading these other layers. The default for BrightnessOnly is “0” (false). The ReliefFactor gives the amount of exaggeration to use for the height of the “hills.” A value of around 55 (times) gives reasonable results for Earth-based DEMs. The default value is system-dependent.
Modifier and Type | Method and Description |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
Expression |
getReliefFactor()
The ReliefFactor gives the amount of exaggeration to use for the height of the ?
|
boolean |
isBrightnessOnly()
indicates if brightnessOnly is true or false.
|
@XmlElement(value="BrightnessOnly") boolean isBrightnessOnly()
@XmlElement(value="ReliefFactor") Expression getReliefFactor()
@Extension Object accept(StyleVisitor visitor, Object extraData)
visitor
- the style visitorCopyright © 1996–2019 Geotools. All rights reserved.