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.Geometryobjects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.styling.zoom 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.styleMethods in org.geotools.api.style that return Rule Modifier and Type Method Description RuleStyleFactory. createRule()RuleStyleFactory. 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 FeatureTypeStyleStyleFactory. createFeatureTypeStyle(Rule... rules)voidStyleVisitor. visit(Rule rule)Called when accept is called on a ruleObjectTraversingStyleVisitor. 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 FeatureTypeStyleStyleFactory. featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules)
- 
Uses of Rule in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return Rule Modifier and Type Method Description RuleRuleBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type Rule Modifier and Type Method Description RuleBuilderRuleBuilder. reset(Rule rule)Method parameters in org.geotools.brewer.styling.builder with type arguments of type Rule Modifier and Type Method Description FeatureTypeStyleBuilderFeatureTypeStyleBuilder. rules(List<Rule> rules)
- 
Uses of Rule in org.geotools.map.legendMethods in org.geotools.map.legend with parameters of type Rule Modifier and Type Method Description voidDrawer. drawDirect(BufferedImage bi, SimpleFeature feature, Rule rule)IconDefaultGlyphFactory. geometry(Rule rule)static BufferedImageGlyph. geometry(Rule rule)Complex render of Geometry allowing presentation of point, line and polygon styles.IconGlyphFactory. geometry(Rule rule)IconDefaultGlyphFactory. line(Rule rule)static BufferedImageGlyph. line(Rule rule)Complex render of Geometry allowing presentation of point, line and polygon styles.IconGlyphFactory. line(Rule rule)Produce a simple Icon representing a point.IconDefaultGlyphFactory. point(Rule rule)static BufferedImageGlyph. point(Rule rule)Render a icon based on the current style.IconGlyphFactory. point(Rule rule)Produce a simple Icon representing a point.IconDefaultGlyphFactory. polygon(Rule rule)IconGlyphFactory. polygon(Rule rule)static BufferedImageGlyph. Polygon(Rule rule)Render of a polygon allowing style.
- 
Uses of Rule in org.geotools.renderer.liteMethods in org.geotools.renderer.lite with parameters of type Rule Modifier and Type Method Description voidMetaBufferEstimator. visit(Rule rule)voidOpacityFinder. visit(Rule rule)
- 
Uses of Rule in org.geotools.renderer.lite.gridcoverage2dMethods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Rule Modifier and Type Method Description voidStyleVisitorAdapter. visit(Rule rule)
- 
Uses of Rule in org.geotools.renderer.styleMethods in org.geotools.renderer.style with parameters of type Rule Modifier and Type Method Description voidStyleAttributeExtractor. visit(Rule rule)
- 
Uses of Rule in org.geotools.stylingClasses in org.geotools.styling that implement Rule Modifier and Type Class Description classRuleImplProvides the default implementation of Rule.Methods in org.geotools.styling that return Rule Modifier and Type Method Description abstract RuleAbstractStyleFactory. createRule()RuleStyleBuilder. createRule(Symbolizer symbolizer)create a simple styling ruleRuleStyleBuilder. createRule(Symbolizer... symbolizers)reate a simple styling ruleRuleStyleBuilder. createRule(Symbolizer[] symbolizers, double minScaleDenominator, double maxScaleDenominator)create a simple styling rule, see the SLD Spec for more details of scaleDenominatorsRuleStyleBuilder. createRule(Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)create a simple styling rule, see the SLD Spec for more details of scaleDenominatorsRuleStyleFactoryImpl. createRule()RuleStyleFactoryImpl. createRule(Symbolizer[] symbolizers, Description desc, Graphic legend, String name, Filter filter, boolean isElseFilter, double maxScale, double minScale)RuleStyleFactoryImpl. 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 FeatureTypeStyleAbstractStyleFactory. createFeatureTypeStyle(Rule[] rules)FeatureTypeStyleStyleBuilder. createFeatureTypeStyle(String typeName, Rule r)create a SimpleFeature type stylerFeatureTypeStyleStyleBuilder. createFeatureTypeStyle(String typeName, Rule... rules)create a SimpleFeature type styler see the SLD Spec for more details of scaleDenominatorsFeatureTypeStyleStyleFactoryImpl. 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 rulevoidAbstractStyleVisitor. visit(Rule rule)Method parameters in org.geotools.styling with type arguments of type Rule Modifier and Type Method Description FeatureTypeStyleStyleFactoryImpl. featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules)FeatureTypeStyleStyleFactoryImpl2. 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.visitorMethods in org.geotools.styling.visitor with parameters of type Rule Modifier and Type Method Description voidDuplicatingStyleVisitor. visit(Rule rule)voidFeatureStyleScaleStyleVisitor. visit(Rule rule)voidRenderingSelectorStyleVisitor. visit(Rule rule)
- 
Uses of Rule in org.geotools.styling.zoomMethods in org.geotools.styling.zoom with parameters of type Rule Modifier and Type Method Description voidScaleRange. applyTo(Rule r)Applies this scale range to the given rule.
- 
Uses of Rule in org.geotools.xml.stylingMethods in org.geotools.xml.styling that return Rule Modifier and Type Method Description protected RuleSLDParser. parseRule(Node ruleNode)Internal parse method - made protected for unit testing
- 
Uses of Rule in org.geotools.ysld.encodeMethods in org.geotools.ysld.encode with parameters of type Rule Modifier and Type Method Description protected voidRuleEncoder. 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.parseMethods in org.geotools.ysld.parse that return Rule Modifier and Type Method Description RuleRootParser. newRule()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)
 
-