Class AbstractLayerParams

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean failOnError
      Fail if a tile return an error.
      java.lang.String name
      The name of the layer.
      double opacity
      The opacity of the image.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • opacity

        public double opacity
        The opacity of the image.
      • name

        public java.lang.String name
        The name of the layer.
      • failOnError

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

      • AbstractLayerParams

        public AbstractLayerParams()
        Constructor.
      • AbstractLayerParams

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