Class GeotiffLayer

    • Constructor Detail

      • GeotiffLayer

        public GeotiffLayer​(java.util.function.Function<MfClientHttpRequestFactory,​org.geotools.coverage.grid.io.AbstractGridCoverage2DReader> reader,
                            StyleSupplier<org.geotools.coverage.grid.io.AbstractGridCoverage2DReader> style,
                            java.util.concurrent.ExecutorService executorService,
                            AbstractLayerParams params)
        Constructor.
        Parameters:
        reader - the reader to use for reading the geotiff.
        style - style to use for rendering the data.
        executorService - the thread pool for doing the rendering.
        params - the parameters for this layer
    • Method Detail

      • getRenderType

        public MapLayer.RenderType getRenderType()
        Description copied from interface: MapLayer
        Specify whether layer should be rendered as PNG, JPEG or SVG.
        Returns:
        render type