public class SelectedChannelTypeBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected static FilterFactory2 |
FF |
protected AbstractSLDBuilder<?> |
parent |
protected StyleFactory |
sf |
protected boolean |
unset |
Constructor and Description |
---|
SelectedChannelTypeBuilder() |
SelectedChannelTypeBuilder(AbstractStyleBuilder<?> parent) |
protected StyleFactory sf
protected AbstractSLDBuilder<?> parent
protected static final FilterFactory2 FF
protected boolean unset
public SelectedChannelTypeBuilder()
public SelectedChannelTypeBuilder(AbstractStyleBuilder<?> parent)
public SelectedChannelTypeBuilder channelName(String channelName)
public SelectedChannelTypeBuilder channelName(Expression channelName)
public ContrastEnhancementBuilder contrastEnhancement()
public SelectedChannelType build()
Builder
public SelectedChannelTypeBuilder reset()
Builder
public SelectedChannelTypeBuilder reset(SelectedChannelType selectedChannelType)
Builder
selectedChannelType
- Original, if null this will behave the same as unset()public SelectedChannelTypeBuilder 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<SelectedChannelType>
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–2022 Geotools. All rights reserved.