Package org.geotools.process.raster
Class TransparencyFillProcess
- Object
-
- TransparencyFillProcess
-
- All Implemented Interfaces:
RasterProcess
public class TransparencyFillProcess extends Object implements RasterProcess
A transparency holes-dashes filling process- Author:
- Daniele Romagnoli - GeoSolutions
-
-
Constructor Summary
Constructors Constructor Description TransparencyFillProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GridCoverage2D
execute(GridCoverage2D coverage, Integer width, ProgressListener listener)
-
-
-
Method Detail
-
execute
public GridCoverage2D execute(GridCoverage2D coverage, Integer width, ProgressListener listener) throws ProcessException
- Throws:
ProcessException
-
-