Uses of Interface
org.geotools.styling.Rule

Packages that use Rule
org.geotools.legend   
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.geotools.styling.visitor   
 

Uses of Rule in org.geotools.legend
 

Methods in org.geotools.legend with parameters of type Rule
 void Drawer.drawDirect(BufferedImage bi, SimpleFeature feature, Rule rule)
           
 Icon GlyphFactory.geometry(Rule rule)
           
static BufferedImage Glyph.geometry(Rule rule)
          Complex render of Geometry allowing presentation of point, line and polygon styles.
 Icon DefaultGlyphFactory.geometry(Rule rule)
           
 Icon GlyphFactory.line(Rule rule)
          Produce a simple Icon representing a point.
static BufferedImage Glyph.line(Rule rule)
          Complex render of Geometry allowing presentation of point, line and polygon styles.
 Icon DefaultGlyphFactory.line(Rule rule)
           
 Icon GlyphFactory.point(Rule rule)
          Produce a simple Icon representing a point.
static BufferedImage Glyph.point(Rule rule)
          Render a icon based on the current style.
 Icon DefaultGlyphFactory.point(Rule rule)
           
 Icon GlyphFactory.polygon(Rule rule)
           
 Icon DefaultGlyphFactory.polygon(Rule rule)
           
static BufferedImage Glyph.Polygon(Rule rule)
          Render of a polygon allowing style.
 

Uses of Rule in org.geotools.renderer.lite
 

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

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

Uses of Rule in org.geotools.renderer.lite.gridcoverage2d
 

Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Rule
 void StyleVisitorAdapter.visit(Rule rule)
           
 

Uses of Rule in org.geotools.styling
 

Methods in org.geotools.styling that return Rule
 Rule StyleFactoryImpl.createRule()
           
abstract  Rule AbstractStyleFactory.createRule()
           
 Rule StyleFactory.createRule()
           
 Rule StyleBuilder.createRule(Symbolizer symbolizer)
          create a simple styling rule
 Rule StyleBuilder.createRule(Symbolizer[] symbolizers)
          reate a simple styling rule
 Rule StyleFactoryImpl.createRule(Symbolizer[] symbolizers, Description desc, Graphic[] legends, String name, Filter filter, boolean isElseFilter, double maxScale, double minScale)
           
 Rule StyleBuilder.createRule(Symbolizer[] symbolizers, double minScaleDenominator, double maxScaleDenominator)
          create a simple styling rule, see the SLD Spec for more details of scaleDenominators
 Rule StyleBuilder.createRule(Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)
          create a simple styling rule, see the SLD Spec for more details of scaleDenominators
 Rule[] FeatureTypeStyleImpl.getRules()
          Deprecated. 
 Rule[] FeatureTypeStyle.getRules()
          Deprecated. use rules().toArray( new Rule[0] )
protected  Rule SLDParser.parseRule(Node ruleNode)
          Internal parse method - made protected for unit testing
 Rule StyleFactoryImpl.rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)
           
 Rule StyleFactory.rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)
          Create a rule from the provided definition.
static Rule[] SLD.rules(Style style)
          Retrieves all rules defined in a style
 

Methods in org.geotools.styling that return types with arguments of type Rule
 List<Rule> FeatureTypeStyleImpl.rules()
           
 List<Rule> FeatureTypeStyle.rules()
          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 FeatureTypeStyleImpl.addRule(Rule rule)
          Deprecated. 
 void FeatureTypeStyle.addRule(Rule rule)
          Deprecated. Please use rules().add( rule )
static String[] SLD.colors(Rule rule)
          Retrieves all colour names defined in a rule
 FeatureTypeStyle StyleFactoryImpl.createFeatureTypeStyle(Rule[] rules)
           
abstract  FeatureTypeStyle AbstractStyleFactory.createFeatureTypeStyle(Rule[] rules)
           
 FeatureTypeStyle StyleFactory.createFeatureTypeStyle(Rule[] rules)
           
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(String typeName, Rule r)
          create a SimpleFeature type styler
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(String typeName, Rule[] rules)
          create a SimpleFeature type styler see the SLD Spec for more details of scaleDenominators
static Filter[] SLD.filters(Rule[] rule)
          Retrieves all filters defined in a rule
 void FeatureTypeStyleImpl.setRules(Rule[] newRules)
          Deprecated. 
 void FeatureTypeStyle.setRules(Rule[] rules)
          Deprecated. Please use rules().clear(); rules.addAll( rules )
static Symbolizer[] SLD.symbolizers(Rule rule)
          Retrieves all symbolizers defined in a rule
 void StyleAttributeExtractor.visit(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
 

Constructor parameters in org.geotools.styling with type arguments of type Rule
FeatureTypeStyleImpl(List<Rule> arules)
           
 

Uses of Rule in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder that return Rule
 Rule RuleBuilder.build()
           
 

Methods in org.geotools.styling.builder with parameters of type Rule
 RuleBuilder<P> RuleBuilder.reset(Rule rule)
           
 

Method parameters in org.geotools.styling.builder with type arguments of type Rule
 FeatureTypeStyleBuilder<P> FeatureTypeStyleBuilder.rules(List<Rule> rules)
           
 

Uses of Rule in org.geotools.styling.visitor
 

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



Copyright © 1996-2009 Geotools. All Rights Reserved.