public static final class StyleAttribute.StylesAttributeValues
extends java.lang.Object
StyleAttribute.| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
style
The SLD string.
|
| Constructor and Description |
|---|
StyleAttribute.StylesAttributeValues()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.geotools.styling.Style |
getStyle(MfClientHttpRequestFactory clientHttpRequestFactory,
MapfishMapContext mapContext)
Validate the values provided by the request data and construct MapBounds and parse the layers.
|
public StyleAttribute.StylesAttributeValues()
public org.geotools.styling.Style getStyle(@Nonnull
MfClientHttpRequestFactory clientHttpRequestFactory,
@Nonnull
MapfishMapContext mapContext)
throws java.lang.Exception
clientHttpRequestFactory - a factory for creating http requestsmapContext - information about the map projection, bounds, size, etc...java.lang.Exception