Class GeotiffLayer.GeotiffParam

  • Enclosing class:
    GeotiffLayer

    public static final class GeotiffLayer.GeotiffParam
    extends AbstractLayerParams
    The parameters for reading a Geotiff file, either from the server or from a URL.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String style
      A string identifying a style to use when rendering the raster.
      java.lang.String url
      The url of the geotiff.
    • Constructor Summary

      Constructors 
      Constructor Description
      GeotiffParam()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • url

        public java.lang.String url
        The url of the geotiff. It can be a file but if it is the file must be contained within the config directory.
      • style

        public java.lang.String style
        A string identifying a style to use when rendering the raster.
    • Constructor Detail

      • GeotiffParam

        public GeotiffParam()