Package org.geotools.process.vector
Class NearestProcess
- Object
- 
- NearestProcess
 
- 
- All Implemented Interfaces:
- VectorProcess
 
 public class NearestProcess extends Object implements VectorProcess 
- 
- 
Constructor SummaryConstructors Constructor Description NearestProcess()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureCollectionexecute(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs)Process the input data set.
 
- 
- 
- 
Method Detail- 
executepublic FeatureCollection execute(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) throws ProcessException Process the input data set.- Parameters:
- featureCollection- the data set
- crs- the CRS
- point- the given point
- Returns:
- the snapped to feature
- Throws:
- ProcessException- error
 
 
- 
 
-