public static class FeatureLayer.FeatureLayerParam extends AbstractLayerParams
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
defaultStyle
If no style is defined, a default style with this name will be used.
|
org.geotools.data.simple.SimpleFeatureCollection |
features
A collection of features.
|
java.lang.Boolean |
renderAsSvg
Indicates if the layer is rendered as SVG.
|
java.lang.String |
style
The style name of a style to apply to the features during rendering.
|
failOnError, name, opacity| Constructor and Description |
|---|
FeatureLayerParam() |
public org.geotools.data.simple.SimpleFeatureCollection features
public java.lang.String style
public java.lang.String defaultStyle
public java.lang.Boolean renderAsSvg
Configuration.defaultToSvg).