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.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data. 
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 DefaultGlyphFactory.geometry(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.line(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.point(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.polygon(Rule rule)
           
 Icon GlyphFactory.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.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 StyleFactory.createRule()
           
 Rule StyleBuilder.createRule(Symbolizer symbolizer)
          create a simple styling rule
 Rule StyleBuilder.createRule(Symbolizer[] symbolizers)
          reate a simple styling rule
 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()
           
 Rule[] FeatureTypeStyle.getRules()
          Deprecated. use rules().toArray( new Rule[0] )
static Rule[] SLD.rules(Style 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)
           
 void FeatureTypeStyle.addRule(Rule rule)
          Deprecated. this method will be replaced by a live list rules().add( rule )
static String[] SLD.colors(Rule rule)
           
abstract  FeatureTypeStyle AbstractStyleFactory.createFeatureTypeStyle(Rule[] rules)
           
 FeatureTypeStyle StyleFactoryImpl.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)
           
 void FeatureTypeStyleImpl.setRules(Rule[] rules)
           
 void FeatureTypeStyle.setRules(Rule[] rules)
          Deprecated. this method will be replaced by a live list rules().clear(); rules.addAll( rules )
static Symbolizer[] SLD.symbolizers(Rule 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> 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.