com.vividsolutions.jts.operation.polygonize |
|
Java Source File Name | Type | Comment |
EdgeRing.java | Class | Represents a ring of
PolygonizeDirectedEdge s which form
a ring of a polygon. |
PolygonizeDirectedEdge.java | Class | A
DirectedEdge of a
PolygonizeGraph , which represents
an edge of a polygon formed by the graph. |
PolygonizeEdge.java | Class | An edge of a polygonization graph. |
PolygonizeGraph.java | Class | 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.java | Class | Polygonizes a set of Geometrys which contain linework that
represents the edges of a planar graph.
Any dimension of Geometry is handled - the constituent linework is extracted
to form the edges.
The edges must be correctly noded; that is, they must only meet
at their endpoints. |