Class FeatureLayer

  • All Implemented Interfaces:
    Extensible

    public class FeatureLayer
    extends Layer
    A layer that renders a feature collection using a given style.

    Unstable API. Use at own risk.

    Since:
    BEAM 4.6
    Version:
    $Revision: $ $Date: $
    • Constructor Detail

      • FeatureLayer

        public FeatureLayer​(LayerType layerType,
                            org.geotools.feature.FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,​org.opengis.feature.simple.SimpleFeature> fc,
                            PropertySet configuration)
    • Method Detail

      • getPolyFillOpacity

        public double getPolyFillOpacity()
      • getPolyStrokeOpacity

        public double getPolyStrokeOpacity()
      • getTextOpacity

        public double getTextOpacity()
      • setPolyFillOpacity

        public void setPolyFillOpacity​(double opacity)
      • setPolyStrokeOpacity

        public void setPolyStrokeOpacity​(double opacity)
      • setTextOpacity

        public void setTextOpacity​(double opacity)