Class AbstractVectorLayerParam

java.lang.Object
org.mapfish.print.map.AbstractLayerParams
org.mapfish.print.map.geotools.AbstractVectorLayerParam
Direct Known Subclasses:
GeoJsonLayer.GeoJsonParam, GmlLayer.GmlParam

public abstract class AbstractVectorLayerParam extends AbstractLayerParams
Common parameters for geotools vector layers.
  • Field Details

    • style

      public String 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

      public Boolean renderAsSvg
      Indicates if the layer is rendered as SVG.

      (will default to Configuration.defaultToSvg).

  • Constructor Details

    • AbstractVectorLayerParam

      public AbstractVectorLayerParam()