Package org.geotools.process.vector
Class SnapProcess
Object
SnapProcess
- All Implemented Interfaces:
 VectorProcess
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionexecute(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set.getResultInfo(Map<String, Object> inputs)  
- 
Constructor Details
- 
SnapProcess
public SnapProcess() 
 - 
 - 
Method Details
- 
getResultInfo
 - 
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
 
 -