public class LayerFeatureConstraintsBuilder<P> extends Object implements Builder<LayerFeatureConstraints>
| Constructor and Description |
|---|
LayerFeatureConstraintsBuilder() |
LayerFeatureConstraintsBuilder(P parent) |
| Modifier and Type | Method and Description |
|---|---|
LayerFeatureConstraints |
build()
Created object, may be null if unset()
|
P |
end() |
LayerFeatureConstraintsBuilder<P> |
reset()
Configure the Builder to produce a default result.
|
LayerFeatureConstraintsBuilder<P> |
reset(LayerFeatureConstraints constraints)
Configure the Builder to produce a copy of the provided original.
|
LayerFeatureConstraintsBuilder<P> |
unset()
Configure the Builder to produce
null. |
public LayerFeatureConstraintsBuilder()
public LayerFeatureConstraintsBuilder(P parent)
public LayerFeatureConstraints build()
Builderbuild in interface Builder<LayerFeatureConstraints>public P end()
public LayerFeatureConstraintsBuilder<P> reset()
Builderreset in interface Builder<LayerFeatureConstraints>public LayerFeatureConstraintsBuilder<P> reset(LayerFeatureConstraints constraints)
Builderreset in interface Builder<LayerFeatureConstraints>public LayerFeatureConstraintsBuilder<P> 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<LayerFeatureConstraints>nullCopyright © 1996–2019 Geotools. All rights reserved.