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 TypeMethodDescriptionvoidEdgeRing.build(PolygonizeDirectedEdge startDE) private voidPolygonizeGraph.computeDepthParity(PolygonizeDirectedEdge de) Traverses all connected edges, computing the depth parity of the associated polygons.static ListEdgeRing.findDirEdgesInRing(PolygonizeDirectedEdge startDE) Traverses a ring of DirectedEdges, accumulating them into a list.private EdgeRingPolygonizeGraph.findEdgeRing(PolygonizeDirectedEdge startDE) private static ListPolygonizeGraph.findIntersectionNodes(PolygonizeDirectedEdge startDE, long label) Finds all nodes in a maximal edgering which are self-intersection nodesvoidPolygonizeDirectedEdge.setNext(PolygonizeDirectedEdge next) Sets the next directed edge in the EdgeRing that this directed edge is a member of.