| Package | Description |
|---|---|
| org.locationtech.jts.operation.polygonize |
An API for polygonizing sets of lines.
|
| Class and Description |
|---|
| EdgeRing
Represents a ring of
PolygonizeDirectedEdges which form
a ring of a polygon. |
| PolygonizeDirectedEdge
A
DirectedEdge of a PolygonizeGraph, which represents
an edge of a polygon formed by the graph. |
| PolygonizeGraph
Represents a planar graph of edges that can be used to compute a
polygonization, and implements the algorithms to compute the
EdgeRings formed by the graph. |
| Polygonizer
Polygonizes a set of
Geometrys which contain linework that
represents the edges of a planar graph. |
| Polygonizer.LineStringAdder
Adds every linear element in a
Geometry into the polygonizer graph. |