Class LineHandlingFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.LineHandlingFunctions
-
public class LineHandlingFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LineHandlingFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometrydissolve(Geometry geom)private static LineStringextractChain(LineString line, int index, int maxChainSize)static GeometryextractChains(Geometry g, int maxChainSize)static GeometryextractLines(Geometry g)static GeometryextractSegments(Geometry g)static GeometrymergeLines(Geometry g)static GeometrysequenceLines(Geometry g)
-
-
-
Method Detail
-
extractChain
private static LineString extractChain(LineString line, int index, int maxChainSize)
-
-