Package org.geotools.process.raster
Class RasterAsPointCollectionProcess
- Object
-
- RasterAsPointCollectionProcess
-
- All Implemented Interfaces:
RasterProcess
public class RasterAsPointCollectionProcess extends Object implements RasterProcess
A process that wraps aGridCoverage2D
as a collection of point feature. Optional parameters can be set:- targetCRS : can be used for calculating the GridConvergence Angle of each point
- scale : can be used for scaling the input coverage
- interpolation : can be used for setting the interpolation method when Scaling is applied
- emisphere : forces to indicate the hemisphere for each point
- Author:
- Simone Giannecchini, GeoSolutions
-
-
Constructor Summary
Constructors Constructor Description RasterAsPointCollectionProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollection
execute(GridCoverage2D gc2d, CoordinateReferenceSystem targetCRS, Float scaleFactor, Interpolation interpolation, Boolean emisphere)
-
-
-
Method Detail
-
execute
public SimpleFeatureCollection execute(GridCoverage2D gc2d, CoordinateReferenceSystem targetCRS, Float scaleFactor, Interpolation interpolation, Boolean emisphere) throws ProcessException
- Throws:
ProcessException
-
-