Package org.geotools.process.vector
Class LRSSegmentProcess
Object
LRSSegmentProcess
- 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, Double fromMeasure, Double toMeasure) Process the input data set.
-
Constructor Details
-
LRSSegmentProcess
public LRSSegmentProcess()
-
-
Method Details
-
execute
public FeatureCollection<? extends FeatureType,? extends Feature> execute(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double fromMeasure, Double toMeasure) throws ProcessExceptionProcess the input data set.- Parameters:
featureCollection
- the data set- Throws:
ProcessException
- error
-