Package org.locationtech.jts.operation.polygonize
An API for polygonizing sets of lines.
-
Class Summary Class Description EdgeRing Represents a ring ofPolygonizeDirectedEdges which form a ring of a polygon.EdgeRing.EnvelopeComparator Compares EdgeRings based on their envelope, using the standard lexicographic ordering.PolygonizeDirectedEdge ADirectedEdgeof aPolygonizeGraph, which represents an edge of a polygon formed by the graph.PolygonizeEdge An edge of a polygonization graph.PolygonizeGraph Represents a planar graph of edges that can be used to compute a polygonization, and implements the algorithms to compute theEdgeRingsformed by the graph.Polygonizer Polygonizes a set ofGeometrys which contain linework that represents the edges of a planar graph.Polygonizer.LineStringAdder Adds every linear element in aGeometryinto the polygonizer graph.