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 PolygonizeDirectedEdgePolygonizeDirectedEdge. nextMethods in org.locationtech.jts.operation.polygonize that return PolygonizeDirectedEdge Modifier and Type Method Description PolygonizeDirectedEdgePolygonizeDirectedEdge. 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 voidEdgeRing. build(PolygonizeDirectedEdge startDE)private voidPolygonizeGraph. computeDepthParity(PolygonizeDirectedEdge de)Traverses all connected edges, computing the depth parity of the associated polygons.static java.util.ListEdgeRing. findDirEdgesInRing(PolygonizeDirectedEdge startDE)Traverses a ring of DirectedEdges, accumulating them into a list.private EdgeRingPolygonizeGraph. findEdgeRing(PolygonizeDirectedEdge startDE)private static java.util.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.
-