Uses of Interface
org.deegree.graphics.sld.Rule

Packages that use Rule
org.deegree_impl.graphics.legend   
org.deegree_impl.graphics.sld   
org.deegree.graphics.sld   
 

Uses of Rule in org.deegree_impl.graphics.legend
 

Methods in org.deegree_impl.graphics.legend that return Rule
 Rule[] LegendElement_Impl.getRules()
          gets the Rules as an array
 

Methods in org.deegree_impl.graphics.legend with parameters of type Rule
 void LegendElement_Impl.addRule(Rule rule)
          adds a rule to the ArrayList ruleslist
 void LegendElement_Impl.setRules(Rule[] rules)
          sets the rules
 

Constructors in org.deegree_impl.graphics.legend with parameters of type Rule
LegendElement_Impl(Rule[] rules, java.lang.String label, double orientation, int labelPosition, boolean active, int width, int height)
          constructor
 

Uses of Rule in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement Rule
 class Rule_Impl
          A rule is used to attach a condition to and group the individual symbolizers used for rendering.
 

Methods in org.deegree_impl.graphics.sld that return Rule
static Rule StyleFactory.createRule(Symbolizer symbolizer)
          create a simple styling rule
static Rule StyleFactory.createRule(Symbolizer[] symbolizers)
          reate a simple styling rule
static Rule StyleFactory.createRule(Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)
          create a simple styling rule, see the SLD Spec for more details of scaleDenominators
static Rule StyleFactory.createRule(Symbolizer[] symbolizers, double minScaleDenominator, double maxScaleDenominator)
          create a simple styling rule, see the SLD Spec for more details of scaleDenominators
static Rule StyleFactory.createRule(Symbolizer[] symbolizers, java.lang.String name, java.lang.String title, java.lang.String abstract_, double minScaleDenominator, double maxScaleDenominator)
          create a simple styling rule, see the SLD Spec for more details of scaleDenominators
static Rule StyleFactory.createRule(Symbolizer[] symbolizers, java.lang.String name, java.lang.String title, java.lang.String abstract_, LegendGraphic legendGraphic, Filter filter, boolean elseFilter, double minScaleDenominator, double maxScaleDenominator)
          create a complex styling rule, see the SLD Spec for more details of scaleDenominators
private static Rule SLDFactory.createRule(org.w3c.dom.Element element)
          Creates a Rule-instance according to the contents of the DOM-subtree starting at the given 'Rule'-Element.
 Rule[] FeatureTypeStyle_Impl.getRules()
          Rules are used to group rendering instructions by feature-property conditions and map scales.
 

Methods in org.deegree_impl.graphics.sld with parameters of type Rule
static FeatureTypeStyle StyleFactory.createFeatureTypeStyle(Rule rule)
          create a Feature type styler
static FeatureTypeStyle StyleFactory.createFeatureTypeStyle(Rule[] rules)
          create a Feature type styler
static FeatureTypeStyle StyleFactory.createFeatureTypeStyle(java.lang.String featureTypeStyleName, Rule rule)
          create a Feature type styler
static FeatureTypeStyle StyleFactory.createFeatureTypeStyle(java.lang.String featureTypeStyleName, Rule[] rules)
          create a Feature type styler
static FeatureTypeStyle StyleFactory.createFeatureTypeStyle(java.lang.String featureTypeStyleName, java.lang.String title, java.lang.String abstract_, java.lang.String featureTypeName, Rule[] rules)
          create a Feature type styler
static Style StyleFactory.createStyle(java.lang.String name, java.lang.String title, java.lang.String abstract_, java.lang.String featureTypeName, Rule[] rules)
          create a style
 void FeatureTypeStyle_Impl.setRules(Rule[] rules)
          sets the
 void FeatureTypeStyle_Impl.addRule(Rule rule)
          adds the
 void FeatureTypeStyle_Impl.removeRule(Rule rule)
          removes a rule
 

Constructors in org.deegree_impl.graphics.sld with parameters of type Rule
FeatureTypeStyle_Impl(java.lang.String name, java.lang.String title, java.lang.String abstract_, java.lang.String featureTypeName, java.lang.String[] semanticTypeIdentifier, Rule[] rules)
          constructor initializing the class with the
 

Uses of Rule in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that return Rule
 Rule[] FeatureTypeStyle.getRules()
          Rules are used to group rendering instructions by feature-property conditions and map scales.
 

Methods in org.deegree.graphics.sld with parameters of type Rule
 void FeatureTypeStyle.setRules(Rule[] rules)
          Sets the Rules.
 void FeatureTypeStyle.addRule(Rule rule)
          Adds a Rule.
 void FeatureTypeStyle.removeRule(Rule rule)
          Removes a Rule.