Home | Trees | Indices | Help |
|
---|
|
A rule object contains a title, an optional Filter, and one or more Symbolizers. A Rule is a child of a FeatureTypeStyle.
The title of this rule. This is required for a valid SLD.
Type: string
Optional. A filter defines logical comparisons against properties.
Type: Filter
The minimum scale (inclusive) at which this rule should be applied.
Type: string
The maximum scale (exclusive) at which this rule should be applied.
Type: string
A symbolizer that defines how polygons should be rendered.
Type: PolygonSymbolizer
A symbolizer that defines how lines should be rendered.
Type: LineSymbolizer
A symbolizer that defines how text should be rendered.
Type: TextSymbolizer
A symbolizer that defines how points should be rendered.
Type: PointSymbolizer
|
|||
|
|||
|
|||
Filter |
|
||
Symbolizer |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
|
|||
Inherited from |
|
Create a new Rule node.
|
Normalize this node prior to validation. This is required, as the ogc:Filter node must come before any symbolizer nodes. The SLD is modified in place. |
Create a Filter for this rule. The property name, comparitor, and value are required to create a valid Filter.
|
Create a Symbolizer of the specified type on this rule.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 31 21:30:57 2014 | http://epydoc.sourceforge.net |