Uses of Interface
org.geotools.api.style.Rule
-
Packages that use Rule Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.map.legend org.geotools.renderer.lite A simple renderer implementation.org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classesorg.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometry
objects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling org.geotools.ysld.encode Encoder for style objects as YSLD.org.geotools.ysld.parse Parser for YSLD into style objects. -
-
Uses of Rule in org.geotools.api.style
Methods in org.geotools.api.style that return Rule Modifier and Type Method Description Rule
StyleFactory. createRule()
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.Methods in org.geotools.api.style that return types with arguments of type Rule Modifier and Type Method Description List<Rule>
FeatureTypeStyle. 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 Rule Modifier and Type Method Description FeatureTypeStyle
StyleFactory. createFeatureTypeStyle(Rule... rules)
void
StyleVisitor. visit(Rule rule)
Called when accept is called on a ruleObject
TraversingStyleVisitor. visit(Rule rule, Object data)
Called when accept is called on a ruleMethod parameters in org.geotools.api.style with type arguments of type Rule Modifier and Type Method Description FeatureTypeStyle
StyleFactory. 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 Rule Modifier and Type Method Description Rule
RuleBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type Rule Modifier and Type Method Description RuleBuilder
RuleBuilder. reset(Rule rule)
Method parameters in org.geotools.brewer.styling.builder with type arguments of type Rule Modifier and Type Method Description FeatureTypeStyleBuilder
FeatureTypeStyleBuilder. rules(List<Rule> rules)
-
Uses of Rule in org.geotools.map.legend
Methods in org.geotools.map.legend with parameters of type Rule Modifier and Type Method Description void
Drawer. drawDirect(BufferedImage bi, SimpleFeature feature, Rule rule)
Icon
DefaultGlyphFactory. geometry(Rule rule)
static BufferedImage
Glyph. geometry(Rule rule)
Complex render of Geometry allowing presentation of point, line and polygon styles.Icon
GlyphFactory. geometry(Rule rule)
Icon
DefaultGlyphFactory. line(Rule rule)
static BufferedImage
Glyph. line(Rule rule)
Complex render of Geometry allowing presentation of point, line and polygon styles.Icon
GlyphFactory. line(Rule rule)
Produce a simple Icon representing a point.Icon
DefaultGlyphFactory. point(Rule rule)
static BufferedImage
Glyph. point(Rule rule)
Render a icon based on the current style.Icon
GlyphFactory. point(Rule rule)
Produce a simple Icon representing a point.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
Methods in org.geotools.renderer.lite with parameters of type Rule Modifier and Type Method Description void
MetaBufferEstimator. visit(Rule rule)
void
OpacityFinder. visit(Rule rule)
-
Uses of Rule in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Rule Modifier and Type Method Description void
StyleVisitorAdapter. visit(Rule rule)
-
Uses of Rule in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type Rule Modifier and Type Method Description void
StyleAttributeExtractor. visit(Rule rule)
-
Uses of Rule in org.geotools.styling
Classes in org.geotools.styling that implement Rule Modifier and Type Class Description class
RuleImpl
Provides the default implementation of Rule.Methods in org.geotools.styling that return Rule Modifier and Type Method Description abstract Rule
AbstractStyleFactory. createRule()
Rule
StyleBuilder. createRule(Symbolizer symbolizer)
create a simple styling ruleRule
StyleBuilder. createRule(Symbolizer... symbolizers)
reate a simple styling ruleRule
StyleBuilder. createRule(Symbolizer[] symbolizers, double minScaleDenominator, double maxScaleDenominator)
create a simple styling rule, see the SLD Spec for more details of scaleDenominatorsRule
StyleBuilder. createRule(Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)
create a simple styling rule, see the SLD Spec for more details of scaleDenominatorsRule
StyleFactoryImpl. createRule()
Rule
StyleFactoryImpl. createRule(Symbolizer[] symbolizers, Description desc, Graphic legend, String name, Filter filter, boolean isElseFilter, double maxScale, double minScale)
Rule
StyleFactoryImpl. rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)
static Rule[]
SLD. rules(Style style)
Retrieves all rules defined in a styleMethods in org.geotools.styling that return types with arguments of type Rule Modifier and Type Method Description List<Rule>
FeatureTypeStyleImpl. rules()
Methods in org.geotools.styling with parameters of type Rule Modifier and Type Method Description static String[]
SLD. colors(Rule rule)
Retrieves all colour names defined in a ruleabstract FeatureTypeStyle
AbstractStyleFactory. createFeatureTypeStyle(Rule[] rules)
FeatureTypeStyle
StyleBuilder. createFeatureTypeStyle(String typeName, Rule r)
create a SimpleFeature type stylerFeatureTypeStyle
StyleBuilder. createFeatureTypeStyle(String typeName, Rule... rules)
create a SimpleFeature type styler see the SLD Spec for more details of scaleDenominatorsFeatureTypeStyle
StyleFactoryImpl. createFeatureTypeStyle(Rule[] rules)
static Filter[]
SLD. filters(Rule... rule)
Retrieves all filters defined in a rulestatic Symbolizer[]
SLD. symbolizers(Rule rule)
Retrieves all symbolizers defined in a rulevoid
AbstractStyleVisitor. visit(Rule rule)
Method parameters in org.geotools.styling with type arguments of type Rule Modifier and Type Method Description FeatureTypeStyle
StyleFactoryImpl. featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules)
FeatureTypeStyle
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 Rule Constructor Description FeatureTypeStyleImpl(Rule... rules)
Creates a new instance of FeatureTypeStyleImplRuleImpl(Rule rule)
Copy constructorConstructor parameters in org.geotools.styling with type arguments of type Rule Constructor Description FeatureTypeStyleImpl(List<Rule> arules)
-
Uses of Rule in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor with parameters of type Rule Modifier and Type Method Description void
DuplicatingStyleVisitor. visit(Rule rule)
void
RenderingSelectorStyleVisitor. visit(Rule rule)
-
Uses of Rule in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return Rule Modifier and Type Method Description protected Rule
SLDParser. parseRule(Node ruleNode)
Internal parse method - made protected for unit testing -
Uses of Rule in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type Rule Modifier and Type Method Description protected void
RuleEncoder. encode(Rule rule)
Constructors in org.geotools.ysld.encode with parameters of type Rule Constructor Description SymbolizersEncoder(Rule rule)
-
Uses of Rule in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse that return Rule Modifier and Type Method Description Rule
RootParser. newRule()
Methods in org.geotools.ysld.parse with parameters of type Rule Modifier and Type Method Description void
ScaleRange. applyTo(Rule r)
Constructors in org.geotools.ysld.parse with parameters of type Rule Constructor Description LineParser(Rule rule, Factory factory)
PointParser(Rule rule, Factory factory)
PolygonParser(Rule rule, Factory factory)
RasterParser(Rule rule, Factory factory)
SymbolizerParser(Rule rule, T sym, Factory factory)
SymbolizersParser(Rule rule, Factory factory)
TextParser(Rule rule, Factory factory)
-