public class DescriptionBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected static FilterFactory2 |
FF |
protected AbstractSLDBuilder<?> |
parent |
protected StyleFactory |
sf |
protected boolean |
unset |
Constructor and Description |
---|
DescriptionBuilder() |
DescriptionBuilder(AbstractStyleBuilder<?> parent) |
protected StyleFactory sf
protected AbstractSLDBuilder<?> parent
protected static final FilterFactory2 FF
protected boolean unset
public DescriptionBuilder()
public DescriptionBuilder(AbstractStyleBuilder<?> parent)
public Description build()
Builder
public DescriptionBuilder reset()
Builder
public DescriptionBuilder title(InternationalString title)
public DescriptionBuilder title(String title)
public DescriptionBuilder description(InternationalString description)
public DescriptionBuilder description(String description)
public DescriptionBuilder reset(Description original)
Builder
original
- Original, if null this will behave the same as unset()public DescriptionBuilder unset()
Builder
null
.
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.
unset
in interface Builder<Description>
null
protected void buildStyleInternal(StyleBuilder sb)
protected Expression literal(Object literal)
protected Expression property(String name)
protected Expression cqlExpression(String cql)
protected void buildSLDInternal(StyledLayerDescriptorBuilder sb)
public Style buildStyle()
public Object buildRoot()
protected void init(Builder<T> other)
public StyledLayerDescriptor buildSLD()
Copyright © 1996–2021 Geotools. All rights reserved.