Class LineHandlingFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.LineHandlingFunctions
-
public class LineHandlingFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description LineHandlingFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
dissolve(Geometry geom)
static Geometry
extractChains(Geometry g, int maxChainSize)
static Geometry
extractLines(Geometry g)
static Geometry
extractSegments(Geometry g)
static Geometry
mergeLines(Geometry g)
static Geometry
sequenceLines(Geometry g)
-