Definition Type: Element
Name: ShadedRelief
Namespace: http://www.opengis.net/sld
Containing Schema: StyledLayerDescriptor.xsd
Abstract False
Documentation:
"ShadedRelief" specifies the application of relief shading (or "hill shading") to a DEM raster to give it somewhat of a three-dimensional effect and to make elevation changes more visible.
Collapse XSD Schema Diagram:
Drilldown into ReliefFactor Drilldown into BrightnessOnlyXSD Diagram of ShadedRelief
Collapse XSD Schema Code:
<xsd:element name="ShadedRelief">
    <xsd:annotation>
        <xsd:documentation>

        "ShadedRelief" specifies the application of relief shading

        (or "hill shading") to a DEM raster to give it somewhat of a

        three-dimensional effect and to make elevation changes more

        visible.

      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:BrightnessOnly" minOccurs="0" />
            <xsd:element ref="sld:ReliefFactor" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BrightnessOnly sld:BrightnessOnly 0 (1)
ReliefFactor sld:ReliefFactor 0 (1)
Collapse Derivation Tree:
Collapse References:
sld:ShadedRelief
Collapse Comments:
blog comments powered by Disqus