Class ImageLayer

    • Constructor Detail

      • ImageLayer

        protected ImageLayer​(@Nonnull
                             java.util.concurrent.ExecutorService executorService,
                             @Nonnull
                             StyleSupplier<org.geotools.coverage.grid.GridCoverage2D> styleSupplier,
                             @Nonnull
                             ImageLayer.ImageParam params,
                             @Nonnull
                             Configuration configuration,
                             @Nonnull
                             com.codahale.metrics.MetricRegistry registry)
        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.
        configuration - the configuration.
        registry - the metrics object.