Modifier and Type | Field and Description |
---|---|
protected static FilterFactory2 |
FF |
protected AbstractSLDBuilder<?> |
parent |
protected StyleFactory |
sf |
protected boolean |
unset |
Constructor and Description |
---|
RemoteOWSBuilder() |
RemoteOWSBuilder(AbstractSLDBuilder<?> parent) |
Modifier and Type | Method and Description |
---|---|
RemoteOWS |
build()
Created object, may be null if unset()
|
Object |
buildRoot() |
StyledLayerDescriptor |
buildSLD() |
protected void |
buildSLDInternal(StyledLayerDescriptorBuilder sb) |
protected void |
init(Builder<T> other) |
RemoteOWSBuilder |
reset()
Configure the Builder to produce a default result.
|
RemoteOWSBuilder |
reset(RemoteOWS remote)
Configure the Builder to produce a copy of the provided original.
|
RemoteOWSBuilder |
resource(String onlineResource) |
RemoteOWSBuilder |
service(String service) |
RemoteOWSBuilder |
unset()
Configure the Builder to produce
null . |
protected StyleFactory sf
protected AbstractSLDBuilder<?> parent
protected static final FilterFactory2 FF
protected boolean unset
public RemoteOWSBuilder()
public RemoteOWSBuilder(AbstractSLDBuilder<?> parent)
public RemoteOWSBuilder resource(String onlineResource)
public RemoteOWSBuilder service(String service)
public RemoteOWS build()
Builder
public RemoteOWSBuilder reset()
Builder
public RemoteOWSBuilder reset(RemoteOWS remote)
Builder
public RemoteOWSBuilder 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 buildSLDInternal(StyledLayerDescriptorBuilder sb)
public StyledLayerDescriptor buildSLD()
public Object buildRoot()
protected void init(Builder<T> other)
Copyright © 1996–2019 Geotools. All rights reserved.