Package org.geotools.process.raster
Class CropCoverage
Object
CropCoverage
- All Implemented Interfaces:
RasterProcess
Crops the coverage along the specified
- Author:
- Andrea Aime - GeoSolutions, ETj <etj at geo-solutions.it>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(GridCoverage2D coverage, Geometry cropShape, ProgressListener progressListener)
-
Constructor Details
-
CropCoverage
public CropCoverage()
-
-
Method Details
-
execute
public GridCoverage2D execute(GridCoverage2D coverage, Geometry cropShape, ProgressListener progressListener) throws IOException - Throws:
IOException
-