Package org.geotools.process.raster
Class StyleCoverage
- Object
-
- StyleCoverage
-
- All Implemented Interfaces:
RasterProcess
public class StyleCoverage extends Object implements RasterProcess
Applies a raster symbolizer to the coverage- Author:
- Andrea Aime - GeoSolutions, ETj
-
-
Constructor Summary
Constructors Constructor Description StyleCoverage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GridCoverage2D
execute(GridCoverage2D coverage, Style style)
-
-
-
Method Detail
-
execute
public GridCoverage2D execute(GridCoverage2D coverage, Style style) throws IOException
- Throws:
IOException
-
-