Class BaseImageLayer<S extends ImageSource>

Type Parameters:
S - the source type
All Implemented Interfaces:
HasBaseLayerOptions, Serializable
Direct Known Subclasses:
ImageLayer, NoOpImageLayer

public abstract class BaseImageLayer<S extends ImageSource> extends Layer<S>
Base class for layers that works with server-rendered images that are available for arbitrary extents and resolutions.

For more details see: BaseImageLayer docs

See Also:
  • Constructor Details

    • BaseImageLayer

      public BaseImageLayer()