Uses of Interface
org.geotools.styling.Rule

Packages that use Rule
org.geotools.renderer.lite A simple renderer implementation.  
org.geotools.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data.  
org.geotools.styling.visitor   
 

Uses of Rule in org.geotools.renderer.lite
 

Fields in org.geotools.renderer.lite declared as Rule
 Rule[] LiteFeatureTypeStyle.ruleList
           
 Rule[] LiteFeatureTypeStyle.elseRules
           
 

Uses of Rule in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type Rule
 void OpacityFinder.visit(Rule rule)
           
 

Uses of Rule in org.geotools.styling
 

Classes in org.geotools.styling that implement Rule
 class RuleImpl
          Provides the default implementation of Rule.
 

Methods in org.geotools.styling that return Rule
abstract  Rule AbstractStyleFactory.createRule()
           
 Rule StyleFactoryImpl.createRule()
           
 Rule[] FeatureTypeStyleImpl.getRules()
           
 Rule StyleBuilder.createRule(Symbolizer symbolizer)
          create a simple styling rule
 Rule StyleBuilder.createRule(Symbolizer[] symbolizers)
          reate a simple styling rule
 Rule StyleBuilder.createRule(Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)
          create a simple styling rule, see the SLD Spec for more details of scaleDenominators
 Rule StyleBuilder.createRule(Symbolizer[] symbolizers, double minScaleDenominator, double maxScaleDenominator)
          create a simple styling rule, see the SLD Spec for more details of scaleDenominators
static Rule[] SLD.rules(Style style)
           
 Rule StyleFactory.createRule()
           
 Rule[] FeatureTypeStyle.getRules()
          Rules govern the appearance of any given feature to be styled by this styler.
 

Methods in org.geotools.styling with parameters of type Rule
 void XMLEncoder.visit(Rule rule)
          Deprecated.  
abstract  FeatureTypeStyle AbstractStyleFactory.createFeatureTypeStyle(Rule[] rules)
           
 FeatureTypeStyle StyleFactoryImpl.createFeatureTypeStyle(Rule[] rules)
           
 void FeatureTypeStyleImpl.setRules(Rule[] rules)
           
 void FeatureTypeStyleImpl.addRule(Rule rule)
           
 void StyleAttributeExtractor.visit(Rule rule)
           
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(java.lang.String featureTypeName, Rule r)
          create a Feature type styler
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(java.lang.String featureTypeName, Rule[] rules)
          create a Feature type styler see the SLD Spec for more details of scaleDenominators
static Filter[] SLD.filters(Rule[] rule)
           
static Symbolizer[] SLD.symbolizers(Rule rule)
           
static java.lang.String[] SLD.colors(Rule rule)
           
 FeatureTypeStyle StyleFactory.createFeatureTypeStyle(Rule[] rules)
           
 void FeatureTypeStyle.setRules(Rule[] rules)
          Rules govern the appearance of any given feature to be styled by this styler.
 void FeatureTypeStyle.addRule(Rule rule)
           
 void StyleVisitor.visit(Rule rule)
          Called when accept is called on a rule
 

Constructors in org.geotools.styling with parameters of type Rule
FeatureTypeStyleImpl(Rule[] rules)
          Creates a new instance of FeatureTypeStyleImpl
 

Uses of Rule in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor with parameters of type Rule
 void DuplicatorStyleVisitor.visit(Rule rule)
           
 



Copyright © GeoTools. All Rights Reserved.