Package org.mapfish.print.map.geotools
Class AbstractVectorLayerParam
java.lang.Object
org.mapfish.print.map.AbstractLayerParams
org.mapfish.print.map.geotools.AbstractVectorLayerParam
- Direct Known Subclasses:
GeoJsonLayer.GeoJsonParam
,GmlLayer.GmlParam
Common parameters for geotools vector layers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates if the layer is rendered as SVG.The style name of a style to apply to the features during rendering.Fields inherited from class org.mapfish.print.map.AbstractLayerParams
failOnError, name, opacity
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
style
The style name of a style to apply to the features during rendering. The style name must map to a style in the template or the configuration objects.If no style is defined then the default style for the geometry type will be used.
-
renderAsSvg
Indicates if the layer is rendered as SVG.(will default to
Configuration.defaultToSvg
).
-
-
Constructor Details
-
AbstractVectorLayerParam
public AbstractVectorLayerParam()
-