Class LinearReferencingFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.LinearReferencingFunctions
-
public class LinearReferencingFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LinearReferencingFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
extractLine(Geometry g, double start, double end)
static Geometry
extractPoint(Geometry g, double index)
static Geometry
project(Geometry g, Geometry g2)
static double
projectIndex(Geometry g, Geometry g2)
-