Modifier and Type | Field and Description |
---|---|
protected Builder<? extends Filter> |
delegate |
protected FilterFactory |
ff |
protected Filter |
filter |
protected boolean |
unset |
Constructor and Description |
---|
FilterBuilder() |
FilterBuilder(Filter filter) |
Modifier and Type | Method and Description |
---|---|
Filter |
build()
Build the expression.
|
FilterBuilder |
reset()
Configure the Builder to produce a default result.
|
FilterBuilder |
reset(Filter filter)
Configure the Builder to produce a copy of the provided original.
|
FilterBuilder |
unset()
Configure the Builder to produce
null . |
protected Filter filter
protected FilterFactory ff
protected boolean unset
public FilterBuilder()
public FilterBuilder(Filter filter)
public Filter build()
public FilterBuilder reset()
Builder
public FilterBuilder reset(Filter filter)
Builder
public FilterBuilder 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.
Copyright © 1996–2023 Geotools. All rights reserved.