Package org.geotools.process.vector
Class LRSMeasureProcess
Object
LRSMeasureProcess
- All Implemented Interfaces:
VectorProcess
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFeatureCollection<? extends FeatureType,
? extends Feature> execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Point point, CoordinateReferenceSystem crs) Process the input data set.
-
Constructor Details
-
LRSMeasureProcess
public LRSMeasureProcess()
-
-
Method Details
-
execute
public FeatureCollection<? extends FeatureType,? extends Feature> execute(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Point point, CoordinateReferenceSystem crs) throws ProcessExceptionProcess the input data set.- Parameters:
featureCollection
- the data setcrs
- the CRSpoint
- the given point- Returns:
- the snapped to feature
- Throws:
ProcessException
- error
-