Class FeatureLayer.FeatureLayerParam

    • Field Summary

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

      • Methods inherited from class java.lang.Object

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

      • features

        public org.geotools.data.simple.SimpleFeatureCollection features
        A collection of features.
      • 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.

      • defaultStyle

        public java.lang.String defaultStyle
        If no style is defined, a default style with this name will be used. Otherwise a style will be selected depending on the geometry type.
      • renderAsSvg

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

        (will default to Configuration.defaultToSvg).

    • Constructor Detail

      • FeatureLayerParam

        public FeatureLayerParam()