Modifier and Type | Field and Description |
---|---|
protected static FilterFactory2 |
FF |
protected AbstractSLDBuilder<?> |
parent |
protected StyleFactory |
sf |
protected boolean |
unset |
Constructor and Description |
---|
ColorMapBuilder() |
ColorMapBuilder(AbstractStyleBuilder<?> parent) |
Modifier and Type | Method and Description |
---|---|
ColorMap |
build()
Created object, may be null if unset()
|
Object |
buildRoot() |
StyledLayerDescriptor |
buildSLD() |
protected void |
buildSLDInternal(StyledLayerDescriptorBuilder sb) |
Style |
buildStyle() |
protected void |
buildStyleInternal(StyleBuilder sb) |
protected Expression |
cqlExpression(String cql) |
protected Filter |
cqlFilter(String cql) |
ColorMapEntryBuilder |
entry() |
ColorMapBuilder |
extended(boolean extended) |
protected void |
init(Builder<T> other) |
protected Expression |
literal(Object literal) |
protected Expression |
property(String name) |
ColorMapBuilder |
reset()
Configure the Builder to produce a default result.
|
ColorMapBuilder |
reset(ColorMap original)
Configure the Builder to produce a copy of the provided original.
|
ColorMapBuilder |
type(int type) |
ColorMapBuilder |
unset()
Configure the Builder to produce
null . |
protected StyleFactory sf
protected AbstractSLDBuilder<?> parent
protected static final FilterFactory2 FF
protected boolean unset
public ColorMapBuilder()
public ColorMapBuilder(AbstractStyleBuilder<?> parent)
public ColorMapBuilder type(int type)
public ColorMapBuilder extended(boolean extended)
public ColorMapEntryBuilder entry()
public ColorMap build()
Builder
public ColorMapBuilder reset()
Builder
public ColorMapBuilder reset(ColorMap original)
Builder
original
- Original, if null this will behave the same as unset()public ColorMapBuilder 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.
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–2023 Geotools. All rights reserved.