public class LRSMeasureProcess extends Object implements VectorProcess
Constructor and Description |
---|
LRSMeasureProcess() |
Modifier and Type | Method and 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.
|
public FeatureCollection<? extends FeatureType,? extends Feature> execute(FeatureCollection<? extends FeatureType,? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Point point, CoordinateReferenceSystem crs) throws ProcessException
featureCollection
- the data setcrs
- the CRSpoint
- the given pointProcessException
- errorCopyright © 1996–2022 Geotools. All rights reserved.