Package org.geotools.process.vector
Class SnapProcess
- Object
-
- SnapProcess
-
- All Implemented Interfaces:
VectorProcess
public class SnapProcess extends Object implements VectorProcess
-
-
Constructor Summary
Constructors Constructor Description SnapProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureCollection
execute(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs)
Process the input data set.Map<String,Parameter<?>>
getResultInfo(Map<String,Object> inputs)
-
-
-
Method Detail
-
execute
public FeatureCollection execute(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) throws ProcessException
Process the input data set.- Parameters:
featureCollection
- the data setcrs
- the CRSpoint
- the given point- Returns:
- the snapped to feature
- Throws:
ProcessException
- error
-
-