Class 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 Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String baseURL
      The base URL for the image file.
      double[] extent
      The extent of the image.
      java.lang.String imageFormat
      The format of the image.
      java.lang.String style
      The styles to apply to the image.
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageParam()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBaseUrl()  
      void postConstruct()
      Validate the properties have the correct values.
      • Methods inherited from class java.lang.Object

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

      • baseURL

        public java.lang.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 java.lang.String style
        The styles to apply to the image.
      • imageFormat

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

      • ImageParam

        public ImageParam()
    • Method Detail

      • postConstruct

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

        public java.lang.String getBaseUrl()