org.deegree.graphics.sld |
|
Java Source File Name | Type | Comment |
AbstractLayer.java | Class | |
AbstractStyle.java | Class | |
AbstractSymbolizer.java | Class | This is the basis of all symbolizers. |
Categorize.java | Class | Categorize encapsulates data from a categorize element in a RasterSymbolizer. |
CssParameter.java | Class | The simple SVG/CSS2 styling parameters are given with the CssParameter element, which is defined
as follows:
<xs:element name="CssParameter" type="sld:ParameterValueType"/>
<xs:complexType name="ParameterValueType" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="wfs:expression"/>
</xs:choice>
</xs:complexType>
The parameter values are allowed to be complex expressions for maximum flexibility. |
Drawing.java | Class | This is the top level interface of Fill and Stroke defining the methods
getGraphicFill() and getCssParameters() that are common to both. |
Extent.java | Class | |
ExternalGraphic.java | Class | The ExternalGraphic element allows a reference to be made to an external graphic file with a Web
URL. |
FeatureTypeConstraint.java | Class | A FeatureTypeConstraint element is used to identify a feature type by well-known name, using the
FeatureTypeName element. |
FeatureTypeStyle.java | Class | The FeatureTypeStyle defines the styling that is to be applied to a single feature type of a
layer). |
Fill.java | Class | A Fill allows area geometries to be filled. |
Font.java | Class | The Font element identifies a font of a certain family, style, weight, size and color. |
Geometry.java | Class | The Geometry element is optional and if it is absent then the default geometry property of the
feature type that is used in the containing FeatureStyleType is used. |
Graphic.java | Class | A Graphic is a "graphic symbol" with an inherent shape, color, and size. |
GraphicFill.java | Class | The GraphicFill element both indicates that a stipple-fill repeated graphic will be used and
specifies the fill graphic.
A graphic can be defined very informally as a little picture. |
GraphicStroke.java | Class | The GraphicStroke element both indicates that a repeated-linear-graphic stroke type will be used.
The Graphic sub-element specifies the linear graphic. |
Halo.java | Class | Incarnation of a sld:Halo-element. |
Interpolate.java | Class | Interpolate encapsulates data from the Symbology Encoding Schema
(InterpolateType). |
InterpolationPoint.java | Class | InterpolationPoint is used by Interpolate. |
LabelPlacement.java | Class | Used to position a label relative to a point or a line string. |
LayerFeatureConstraints.java | Class | The LayerFeatureConstraints element is optional in a NamedLayer and allows the user to specify
constraints on what features of what feature types are to be selected by the named-layer
reference. |
LegendGraphic.java | Class | The LegendGraphic element gives an optional explicit Graphic symbol to be displayed in a legend
for this rule. |
LinePlacement.java | Class | Incarnation of an sld:LinePlacement-element. |
LineSymbolizer.java | Class | Used to render a "stroke" along a linear geometry. |
Mark.java | Class | A Mark takes a "shape" and applies coloring to it. |
NamedLayer.java | Class | A NamedLayer uses the "name" attribute to identify a layer known to the WMS and can contain zero
or more styles, either NamedStyles or UserStyles. |
NamedStyle.java | Class | |
ParameterValueType.java | Class | |
PointPlacement.java | Class | Incarnation of a sld:PointPlacement-element. |
PointSymbolizer.java | Class | Used to render a "graphic" at a point. |
PolygonSymbolizer.java | Class | Used to render an interior "fill" and an outlining "stroke" for a polygon or other 2D-area
geometry. |
RasterSymbolizer.java | Class | RasterSymbolizer encapsulates the Symbology Encoding values that may have been
set. |
RemoteOWS.java | Class | Since a layer is defined as a collection of potentially mixed-type features, the UserLayer
element must provide the means to identify the features to be used. |
Rule.java | Class | A rule is used to attach a condition to and group the individual symbolizers used for rendering.
The Title and Abstract describe the rule and may be used to generate a legend, as may the
LegendGraphic. |
SLDFactory.java | Class | Factory class for all mapped SLD-elements. |
SLDTest.java | Class | |
Stroke.java | Class | A Stroke allows a string of line segments (or any linear geometry) to be rendered. |
StyledLayerDescriptor.java | Class | StyledLayerDescriptor: This is a sequence of styled layers, represented at the first level by
Layer and UserLayer elements. |
StyleFactory.java | Class | An utility class designed to easy creation of style by convinience methods. |
StyleUtils.java | Class | Collects all property names used by a list of styles. |
Symbolizer.java | Interface | This is the basis of all symbolizers. |
TextSymbolizer.java | Class | Used to render a text label, according to the parameters. |
UserLayer.java | Class | In addition to using named layers, it is also useful to be able to define custom user-defined
layers for rendering.
Since a layer is defined as a collection of potentially mixed-type features, the UserLayer
element must provide the means to identify the features to be used. |
UserStyle.java | Class | A user-defined allows map styling to be defined externally from a system and to be passed around
in an interoperable format.
A UserStyle is at the same semantic level as a NamedStyle used in the context of a WMS. |