public class LinePlacementBuilder extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected static FilterFactory2 | FF | 
| protected AbstractSLDBuilder<?> | parent | 
| protected StyleFactory | sf | 
| protected boolean | unset | 
| Constructor and Description | 
|---|
| LinePlacementBuilder() | 
protected StyleFactory sf
protected AbstractSLDBuilder<?> parent
protected static final FilterFactory2 FF
protected boolean unset
public LinePlacementBuilder offset(double offset)
public LinePlacementBuilder offset(Expression offset)
public LinePlacementBuilder gap(double gap)
public LinePlacementBuilder gap(Expression gap)
public LinePlacementBuilder repeated(boolean repeated)
public LinePlacementBuilder generalizedLine(boolean generalizedLine)
public LinePlacementBuilder aligned(boolean aligned)
public LinePlacement build()
Builderpublic LinePlacementBuilder reset()
Builderpublic LinePlacementBuilder reset(LinePlacement placement)
Builderpublic LinePlacementBuilder unset()
Buildernull.
 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<LinePlacement>nullprotected 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–2019 Geotools. All rights reserved.