Package org.geotools.process.vector
Class LRSMeasureProcess
- Object
-
- LRSMeasureProcess
-
- All Implemented Interfaces:
VectorProcess
public class LRSMeasureProcess extends Object implements VectorProcess
-
-
Constructor Summary
Constructors Constructor Description LRSMeasureProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureCollection<? extends FeatureType,? extends Feature>
execute(FeatureCollection<? extends FeatureType,? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Point point, CoordinateReferenceSystem crs)
Process the input data set.
-
-
-
Method Detail
-
execute
public FeatureCollection<? extends FeatureType,? extends Feature> execute(FeatureCollection<? extends FeatureType,? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, 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
-
-