Class WmsLayer

    • Constructor Detail

      • WmsLayer

        protected WmsLayer​(@Nonnull
                           java.util.concurrent.ExecutorService executorService,
                           @Nonnull
                           StyleSupplier<org.geotools.coverage.grid.GridCoverage2D> styleSupplier,
                           @Nonnull
                           WmsLayerParam params,
                           @Nonnull
                           com.codahale.metrics.MetricRegistry registry,
                           @Nonnull
                           Configuration configuration)
        Constructor.
        Parameters:
        executorService - the thread pool for doing the rendering.
        styleSupplier - the style to use when drawing the constructed grid coverage on the map.
        params - the params from the request data.
        registry - the metrics registry.
        configuration - the configuration.