Uses of Class
org.locationtech.jts.operation.polygonize.EdgeRing
-
Packages that use EdgeRing Package Description org.locationtech.jts.operation.polygonize An API for polygonizing sets of lines. -
-
Uses of EdgeRing in org.locationtech.jts.operation.polygonize
Fields in org.locationtech.jts.operation.polygonize declared as EdgeRing Modifier and Type Field Description private EdgeRingPolygonizeDirectedEdge. edgeRingprivate EdgeRingEdgeRing. shellMethods in org.locationtech.jts.operation.polygonize that return EdgeRing Modifier and Type Method Description private EdgeRingPolygonizeGraph. findEdgeRing(PolygonizeDirectedEdge startDE)static EdgeRingEdgeRing. findEdgeRingContaining(EdgeRing testEr, java.util.List shellList)Find the innermost enclosing shell EdgeRing containing the argument EdgeRing, if any.EdgeRingEdgeRing. getOuterHole()EdgeRingPolygonizeDirectedEdge. getRing()Gets theEdgeRingthis edge is a member of.EdgeRingEdgeRing. getShell()Gets the shell for this ring.Methods in org.locationtech.jts.operation.polygonize with parameters of type EdgeRing Modifier and Type Method Description voidEdgeRing. addHole(EdgeRing holeER)Adds a hole to the polygon formed by this ring.private static voidPolygonizer. assignHoleToShell(EdgeRing holeER, java.util.List shellList)static EdgeRingEdgeRing. findEdgeRingContaining(EdgeRing testEr, java.util.List shellList)Find the innermost enclosing shell EdgeRing containing the argument EdgeRing, if any.voidPolygonizeDirectedEdge. setRing(EdgeRing edgeRing)Sets the ring of directed edges that this directed edge is a member of.voidEdgeRing. setShell(EdgeRing shell)Sets the containing shell ring of a ring that has been determined to be a hole.
-