Uses of Package
org.locationtech.jts.operation.polygonize
-
Packages that use org.locationtech.jts.operation.polygonize Package Description org.locationtech.jts.operation.polygonize An API for polygonizing sets of lines. -
Classes in org.locationtech.jts.operation.polygonize used by org.locationtech.jts.operation.polygonize Class Description EdgeRing Represents a ring ofPolygonizeDirectedEdge
s which form a ring of a polygon.PolygonizeDirectedEdge ADirectedEdge
of aPolygonizeGraph
, 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 theEdgeRings
formed by the graph.Polygonizer Polygonizes a set ofGeometry
s which contain linework that represents the edges of a planar graph.Polygonizer.LineStringAdder Adds every linear element in aGeometry
into the polygonizer graph.