Class TiledWmsLayer

All Implemented Interfaces:
MapLayer

public final class TiledWmsLayer extends AbstractTiledLayer<TiledWmsLayerParam>
Strategy object for rendering WMS based layers .
  • Constructor Details

    • TiledWmsLayer

      public TiledWmsLayer(@Nonnull ForkJoinPool forkJoinPool, @Nonnull StyleSupplier<org.geotools.coverage.grid.GridCoverage2D> styleSupplier, @Nonnull TiledWmsLayerParam param, @Nonnull com.codahale.metrics.MetricRegistry registry, @Nonnull Configuration configuration)
      Constructor.
      Parameters:
      forkJoinPool - the thread pool for doing the rendering.
      styleSupplier - strategy for loading the style for this layer.
      param - the information needed to create WMS requests.
      registry - the metrics registry.
      configuration - the configuration.
    • TiledWmsLayer

      public TiledWmsLayer(WmsLayer wmsLayer, Dimension tileSize, int tileBufferWidth, int tileBufferHeight)
      Create a copy of the given WmsLayer, but tiled.
      Parameters:
      wmsLayer - The source layer
      tileSize - The size of the tiles
      tileBufferWidth - The width of the buffer tile for meta tile
      tileBufferHeight - The height of the buffer tile for meta tile
  • Method Details