Uses of Class
org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge
Packages that use PolygonizeDirectedEdge
Package
Description
An API for polygonizing sets of lines.
-
Uses of PolygonizeDirectedEdge in org.locationtech.jts.operation.polygonize
Fields in org.locationtech.jts.operation.polygonize declared as PolygonizeDirectedEdgeMethods in org.locationtech.jts.operation.polygonize that return PolygonizeDirectedEdgeModifier and TypeMethodDescriptionPolygonizeDirectedEdge.getNext()
Returns the next directed edge in the EdgeRing that this directed edge is a member of.Methods in org.locationtech.jts.operation.polygonize with parameters of type PolygonizeDirectedEdgeModifier and TypeMethodDescriptionvoid
EdgeRing.build
(PolygonizeDirectedEdge startDE) private void
PolygonizeGraph.computeDepthParity
(PolygonizeDirectedEdge de) Traverses all connected edges, computing the depth parity of the associated polygons.static List
EdgeRing.findDirEdgesInRing
(PolygonizeDirectedEdge startDE) Traverses a ring of DirectedEdges, accumulating them into a list.private EdgeRing
PolygonizeGraph.findEdgeRing
(PolygonizeDirectedEdge startDE) private static List
PolygonizeGraph.findIntersectionNodes
(PolygonizeDirectedEdge startDE, long label) Finds all nodes in a maximal edgering which are self-intersection nodesvoid
PolygonizeDirectedEdge.setNext
(PolygonizeDirectedEdge next) Sets the next directed edge in the EdgeRing that this directed edge is a member of.