All Implemented Interfaces:
Serializable

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

    • ImageLayer

      public ImageLayer()
  • Method Details

    • getType

      public String getType()
      Description copied from class: AbstractConfigurationObject
      The unique type name of this class. Used by the client-side synchronization mechanism to determine which OpenLayers class to synchronize into.
      Specified by:
      getType in class AbstractConfigurationObject
    • 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