Package org.geotools.se.v1_1.bindings
Class ShadedReliefBinding
- Object
-
- AbstractComplexBinding
-
- SLDShadedReliefBinding
-
- ShadedReliefBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class ShadedReliefBinding extends SLDShadedReliefBinding
Binding object for the element http://www.opengis.net/se:ShadedRelief.<xsd:element name="ShadedRelief" type="se:ShadedReliefType"> <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:element>
-
-
Constructor Summary
Constructors Constructor Description ShadedReliefBinding(StyleFactory styleFactory, FilterFactory filterFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
-
Methods inherited from class SLDShadedReliefBinding
getExecutionMode, getType, initialize, parse
-
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperty, initializeChildContext
-
-
-
-
Constructor Detail
-
ShadedReliefBinding
public ShadedReliefBinding(StyleFactory styleFactory, FilterFactory filterFactory)
-
-
Method Detail
-
getTarget
public QName getTarget()
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classSLDShadedReliefBinding
- Returns:
- The qualified name of the target for the binding.
-
-