Class AbstractLayerParams

java.lang.Object
org.mapfish.print.map.AbstractLayerParams
Direct Known Subclasses:
AbstractTiledLayerParams, AbstractVectorLayerParam, FeatureLayer.FeatureLayerParam, GeotiffLayer.GeotiffParam, GridParam, ImageLayer.ImageParam

public class AbstractLayerParams extends Object
Contains common properties to all layers.
  • Field Details

    • opacity

      public double opacity
      The opacity of the image.
    • name

      public String name
      The name of the layer.
    • failOnError

      public boolean failOnError
      Fail if a tile return an error.
  • Constructor Details

    • AbstractLayerParams

      public AbstractLayerParams()
      Constructor.
    • AbstractLayerParams

      public AbstractLayerParams(AbstractLayerParams other)
      Copy constructor.
      Parameters:
      other - the object to copy