Uses of Class
org.locationtech.jts.operation.polygonize.EdgeRing
Packages that use EdgeRing
Package
Description
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 EdgeRingModifier and TypeFieldDescriptionprivate EdgeRingPolygonizeDirectedEdge.edgeRingprivate EdgeRingEdgeRing.shellMethods in org.locationtech.jts.operation.polygonize that return EdgeRingModifier and TypeMethodDescriptionprivate EdgeRingPolygonizeGraph.findEdgeRing(PolygonizeDirectedEdge startDE) static EdgeRingEdgeRing.findEdgeRingContaining(EdgeRing testEr, List shellList) Find the innermost enclosing shell EdgeRing containing the argument EdgeRing, if any.EdgeRing.getOuterHole()PolygonizeDirectedEdge.getRing()Gets theEdgeRingthis edge is a member of.EdgeRing.getShell()Gets the shell for this ring.Methods in org.locationtech.jts.operation.polygonize with parameters of type EdgeRingModifier and TypeMethodDescriptionvoidAdds a hole to the polygon formed by this ring.private static voidPolygonizer.assignHoleToShell(EdgeRing holeER, List shellList) static EdgeRingEdgeRing.findEdgeRingContaining(EdgeRing testEr, List shellList) Find the innermost enclosing shell EdgeRing containing the argument EdgeRing, if any.voidSets the ring of directed edges that this directed edge is a member of.voidSets the containing shell ring of a ring that has been determined to be a hole.