Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Rule
A rule is used to attach a condition to, and group, the individual symbolizers used for
rendering.
|
Modifier and Type | Class and Description |
---|---|
class |
RuleImpl
Provides the default implementation of Rule.
|
Modifier and Type | Method and Description |
---|---|
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)
Direct FeatureTypeStyle creation (with no default SLD values applied).
|
FeatureTypeStyle |
StyleFactoryImpl.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules) |
Constructor and Description |
---|
RuleImpl(Rule rule)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Rule> |
FeatureTypeStyle.rules()
Returns the list of rules contained by this style.
|
Modifier and Type | Method and Description |
---|---|
Object |
StyleVisitor.visit(Rule rule,
Object data)
Called when accept is called on a rule
|
Modifier and Type | Method and Description |
---|---|
FeatureTypeStyle |
StyleFactory.featureTypeStyle(String name,
Description description,
Id definedFor,
Set<Name> featureTypeNames,
Set<SemanticType> types,
List<Rule> rules) |
Copyright © 1996–2019 Geotools. All rights reserved.