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 Geometrydissolve(Geometry geom)static GeometryextractChains(Geometry g, int maxChainSize)static GeometryextractLines(Geometry g)static GeometryextractSegments(Geometry g)static GeometrymergeLines(Geometry g)static GeometrysequenceLines(Geometry g)
-