Class ImageLayer.ImageParam

java.lang.Object
org.mapfish.print.map.AbstractLayerParams
org.mapfish.print.map.image.ImageLayer.ImageParam
Enclosing class:
ImageLayer

public static final class ImageLayer.ImageParam extends AbstractLayerParams
The parameters for reading an image file, either from the server or from a URL.
  • Field Details

    • baseURL

      public String baseURL
      The base URL for the image file. Used for making request.
    • extent

      public double[] extent
      The extent of the image. Used for placing image on map.
    • style

      public String style
      The styles to apply to the image.
    • imageFormat

      public String imageFormat
      The format of the image. for example image/png, image/jpeg, etc...
  • Constructor Details

    • ImageParam

      public ImageParam()
  • Method Details

    • postConstruct

      public void postConstruct()
      Validate the properties have the correct values.
    • getBaseUrl

      public String getBaseUrl()