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 EdgeRing
PolygonizeDirectedEdge.edgeRing
private EdgeRing
EdgeRing.shell
Methods in org.locationtech.jts.operation.polygonize that return EdgeRingModifier and TypeMethodDescriptionprivate EdgeRing
PolygonizeGraph.findEdgeRing
(PolygonizeDirectedEdge startDE) static EdgeRing
EdgeRing.findEdgeRingContaining
(EdgeRing testEr, List shellList) Find the innermost enclosing shell EdgeRing containing the argument EdgeRing, if any.EdgeRing.getOuterHole()
PolygonizeDirectedEdge.getRing()
Gets theEdgeRing
this 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 TypeMethodDescriptionvoid
Adds a hole to the polygon formed by this ring.private static void
Polygonizer.assignHoleToShell
(EdgeRing holeER, List shellList) static EdgeRing
EdgeRing.findEdgeRingContaining
(EdgeRing testEr, List shellList) Find the innermost enclosing shell EdgeRing containing the argument EdgeRing, if any.void
Sets the ring of directed edges that this directed edge is a member of.void
Sets the containing shell ring of a ring that has been determined to be a hole.