Package org.geotools.process.raster
Class CropCoverage
- Object
-
- CropCoverage
-
- All Implemented Interfaces:
RasterProcess
public class CropCoverage extends Object implements RasterProcess
Crops the coverage along the specified- Author:
- Andrea Aime - GeoSolutions, ETj
-
-
Constructor Summary
Constructors Constructor Description CropCoverage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GridCoverage2D
execute(GridCoverage2D coverage, Geometry cropShape, ProgressListener progressListener)
-
-
-
Method Detail
-
execute
public GridCoverage2D execute(GridCoverage2D coverage, Geometry cropShape, ProgressListener progressListener) throws IOException
- Throws:
IOException
-
-