Uses of Interface
org.geotools.api.style.Rule
Packages that use Rule
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.Allows for symbolization of geospatial data.
Encoder for style objects as YSLD.
Parser for YSLD into style objects.
-
Uses of Rule in org.geotools.api.style
Methods in org.geotools.api.style that return RuleModifier and TypeMethodDescriptionStyleFactory.createRule()
StyleFactory.rule
(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter) Create a rule from the provided definition.Methods in org.geotools.api.style that return types with arguments of type RuleModifier and TypeMethodDescriptionFeatureTypeStyle.rules()
Rules govern the appearance of any given feature to be styled by this styler.Methods in org.geotools.api.style with parameters of type RuleModifier and TypeMethodDescriptionStyleFactory.createFeatureTypeStyle
(Rule... rules) void
Called when accept is called on a ruleCalled when accept is called on a ruleMethod parameters in org.geotools.api.style with type arguments of type RuleModifier and TypeMethodDescriptionStyleFactory.featureTypeStyle
(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules) -
Uses of Rule in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return RuleMethods in org.geotools.brewer.styling.builder with parameters of type RuleMethod parameters in org.geotools.brewer.styling.builder with type arguments of type RuleModifier and TypeMethodDescription -
Uses of Rule in org.geotools.map.legend
Methods in org.geotools.map.legend with parameters of type RuleModifier and TypeMethodDescriptionvoid
Drawer.drawDirect
(BufferedImage bi, SimpleFeature feature, Rule rule) static BufferedImage
Complex render of Geometry allowing presentation of point, line and polygon styles.static BufferedImage
Complex render of Geometry allowing presentation of point, line and polygon styles.Produce a simple Icon representing a point.static BufferedImage
Render a icon based on the current style.Produce a simple Icon representing a point.static BufferedImage
Render of a polygon allowing style. -
Uses of Rule in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type Rule -
Uses of Rule in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Rule -
Uses of Rule in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type Rule -
Uses of Rule in org.geotools.styling
Classes in org.geotools.styling that implement RuleMethods in org.geotools.styling that return RuleModifier and TypeMethodDescriptionabstract Rule
AbstractStyleFactory.createRule()
StyleBuilder.createRule
(Symbolizer symbolizer) create a simple styling ruleStyleBuilder.createRule
(Symbolizer... symbolizers) reate a simple styling ruleStyleBuilder.createRule
(Symbolizer[] symbolizers, double minScaleDenominator, double maxScaleDenominator) create a simple styling rule, see the SLD Spec for more details of scaleDenominatorsStyleBuilder.createRule
(Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator) create a simple styling rule, see the SLD Spec for more details of scaleDenominatorsStyleFactoryImpl.createRule()
StyleFactoryImpl.createRule
(Symbolizer[] symbolizers, Description desc, Graphic legend, String name, Filter filter, boolean isElseFilter, double maxScale, double minScale) StyleFactoryImpl.rule
(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter) static Rule[]
Retrieves all rules defined in a styleMethods in org.geotools.styling that return types with arguments of type RuleMethods in org.geotools.styling with parameters of type RuleModifier and TypeMethodDescriptionstatic String[]
Retrieves all colour names defined in a ruleabstract FeatureTypeStyle
AbstractStyleFactory.createFeatureTypeStyle
(Rule... rules) StyleBuilder.createFeatureTypeStyle
(String typeName, Rule r) create a SimpleFeature type stylerStyleBuilder.createFeatureTypeStyle
(String typeName, Rule... rules) create a SimpleFeature type styler see the SLD Spec for more details of scaleDenominatorsStyleFactoryImpl.createFeatureTypeStyle
(Rule... rules) static Filter[]
Retrieves all filters defined in a rulestatic Symbolizer[]
SLD.symbolizers
(Rule rule) Retrieves all symbolizers defined in a rulevoid
Method parameters in org.geotools.styling with type arguments of type RuleModifier and TypeMethodDescriptionStyleFactoryImpl.featureTypeStyle
(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules) StyleFactoryImpl2.featureTypeStyle
(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules) Constructors in org.geotools.styling with parameters of type RuleModifierConstructorDescriptionprotected
FeatureTypeStyleImpl
(Rule... rules) Creates a new instance of FeatureTypeStyleImplCopy constructorConstructor parameters in org.geotools.styling with type arguments of type Rule -
Uses of Rule in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor with parameters of type Rule -
Uses of Rule in org.geotools.styling.zoom
Methods in org.geotools.styling.zoom with parameters of type Rule -
Uses of Rule in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return Rule -
Uses of Rule in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type RuleConstructors in org.geotools.ysld.encode with parameters of type Rule -
Uses of Rule in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse that return RuleConstructors in org.geotools.ysld.parse with parameters of type RuleModifierConstructorDescriptionprotected
LineParser
(Rule rule, Factory factory) PointParser
(Rule rule, Factory factory) PolygonParser
(Rule rule, Factory factory) RasterParser
(Rule rule, Factory factory) protected
SymbolizerParser
(Rule rule, T sym, Factory factory) SymbolizersParser
(Rule rule, Factory factory) TextParser
(Rule rule, Factory factory)