Class AbstractVectorLayerParam

    • Field Summary

      Fields 
      Modifier and Type Field Description
      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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • style

        public java.lang.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 java.lang.Boolean renderAsSvg
        Indicates if the layer is rendered as SVG.

        (will default to Configuration.defaultToSvg).

    • Constructor Detail

      • AbstractVectorLayerParam

        public AbstractVectorLayerParam()