Class GeotiffLayer

java.lang.Object
org.mapfish.print.map.geotools.AbstractGeotoolsLayer
org.mapfish.print.map.geotools.GeotiffLayer
All Implemented Interfaces:
MapLayer

public final class GeotiffLayer extends AbstractGeotoolsLayer
Reads a GeoTIFF file from a URL.
  • Constructor Details

    • GeotiffLayer

      public GeotiffLayer(Function<MfClientHttpRequestFactory,org.geotools.coverage.grid.io.AbstractGridCoverage2DReader> reader, StyleSupplier<org.geotools.coverage.grid.io.AbstractGridCoverage2DReader> style, 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 Details