Class SymbolizerBuilder<T extends Symbolizer>
Object
SymbolizerBuilder<T>
- All Implemented Interfaces:
Builder<T>
- Direct Known Subclasses:
LineSymbolizerBuilder,PointSymbolizerBuilder,PolygonSymbolizerBuilder,RasterSymbolizerBuilder,TextSymbolizerBuilder
Base class handling options management
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final FilterFactoryprotected AbstractSLDBuilder<?>protected StyleFactoryprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildSLD()protected voidprotected abstract voidprotected ExpressioncqlExpression(String cql) protected Filterprotected voidprotected Expressionprotected ExpressionAbstractSLDBuilder<T>unset()Configure the Builder to producenull.
-
Field Details
-
options
-
sf
-
parent
protected AbstractSLDBuilder<?> parent -
FF
-
unset
protected boolean unset
-
-
Constructor Details
-
SymbolizerBuilder
public SymbolizerBuilder(AbstractSLDBuilder parent)
-
-
Method Details
-
option
-
literal
-
property
-
cqlExpression
-
cqlFilter
-
buildSLDInternal
-
buildStyle
-
buildRoot
-
buildStyleInternal
-
init
-
unset
Description copied from interface:BuilderConfigure the Builder to producenull.This method allows a Builder to be used as a placeholder; in its unset state the build() method will produce
null. If any of the builder methods are used the builder will produce a result. -
buildSLD
-