Class ImageLayer

  • All Implemented Interfaces:
    Serializable

    public class ImageLayer
    extends Layer
    Layer for server-rendered images that are available in arbitrary extents and resolutions.
    See Also:
    Serialized Form
    • Constructor Detail

      • ImageLayer

        public ImageLayer()
    • Method Detail

      • getSource

        public ImageSource getSource()
        Returns:
        source for this layer, null by default
      • setSource

        public void setSource​(ImageSource source)
        Sets the source for this layer. The source must be a subclass of ImageSource, which means that it provides single, untiled images.
        Parameters:
        source - the new source for the layer, not null