Uses of Interface
org.opengis.style.Rule

Packages that use Rule
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
 

Uses of Rule in org.opengis.style
 

Methods in org.opengis.style that return Rule
 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.opengis.style that return types with arguments of type Rule
 List<? extends Rule> FeatureTypeStyle.rules()
          Returns the list of rules contained by this style.
 

Methods in org.opengis.style with parameters of type Rule
 Object StyleVisitor.visit(Rule rule, Object data)
          Called when accept is called on a rule
 

Method parameters in org.opengis.style with type arguments of type Rule
 FeatureTypeStyle StyleFactory.featureTypeStyle(String name, Description description, Id definedFor, Set<Name> featureTypeNames, Set<SemanticType> types, List<Rule> rules)
           
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.