public class NearestProcess extends Object implements VectorProcess
Constructor and Description |
---|
NearestProcess() |
Modifier and Type | Method and Description |
---|---|
FeatureCollection |
execute(FeatureCollection featureCollection,
Point point,
CoordinateReferenceSystem crs)
Process the input data set.
|
public FeatureCollection execute(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) throws ProcessException
featureCollection
- the data setcrs
- the CRSpoint
- the given pointProcessException
- errorCopyright © 1996–2019 Geotools. All rights reserved.