Uses of Class
org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge
-
Packages that use PolygonizeDirectedEdge Package Description org.locationtech.jts.operation.polygonize 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 PolygonizeDirectedEdge Modifier and Type Field Description private PolygonizeDirectedEdge
PolygonizeDirectedEdge. next
Methods in org.locationtech.jts.operation.polygonize that return PolygonizeDirectedEdge Modifier and Type Method Description PolygonizeDirectedEdge
PolygonizeDirectedEdge. 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 PolygonizeDirectedEdge Modifier and Type Method Description void
EdgeRing. build(PolygonizeDirectedEdge startDE)
private void
PolygonizeGraph. computeDepthParity(PolygonizeDirectedEdge de)
Traverses all connected edges, computing the depth parity of the associated polygons.static java.util.List
EdgeRing. findDirEdgesInRing(PolygonizeDirectedEdge startDE)
Traverses a ring of DirectedEdges, accumulating them into a list.private EdgeRing
PolygonizeGraph. findEdgeRing(PolygonizeDirectedEdge startDE)
private static java.util.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.
-