|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Rule | |
|---|---|
| org.geotools.styling | Allows for symbolization of geospatial data. |
| 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.geotools.styling |
|---|
| Subinterfaces of Rule in org.geotools.styling | |
|---|---|
interface |
Rule
A rule is used to attach a condition to, and group, the individual symbolizers used for rendering. |
| Classes in org.geotools.styling that implement Rule | |
|---|---|
class |
RuleImpl
Provides the default implementation of Rule. |
| Method parameters in org.geotools.styling with type arguments of type Rule | |
|---|---|
FeatureTypeStyle |
StyleFactoryImpl.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules)
|
FeatureTypeStyleImpl |
StyleFactoryImpl2.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules)
|
FeatureTypeStyle |
StyleFactory.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 | |
|---|---|
RuleImpl(Rule rule)
Copy constructor |
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||