public class SnapProcess extends Object implements VectorProcess
| Constructor and Description |
|---|
SnapProcess() |
| Modifier and Type | Method and Description |
|---|---|
FeatureCollection |
execute(FeatureCollection featureCollection,
Point point,
CoordinateReferenceSystem crs)
Process the input data set.
|
Map<String,Parameter<?>> |
getResultInfo(Map<String,Object> inputs) |
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.