Class WMTSLayer

All Implemented Interfaces:
MapLayer

public class WMTSLayer extends AbstractTiledLayer<WMTSLayerParam>
Class for loading data from a WMTS.
  • Constructor Details

    • WMTSLayer

      protected WMTSLayer(@Nullable ForkJoinPool forkJoinPool, @Nullable StyleSupplier<org.geotools.coverage.grid.GridCoverage2D> styleSupplier, @Nonnull WMTSLayerParam param, @Nullable 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 WMTS requests.
      registry - the metrics registry.
      configuration - the configuration.
  • Method Details