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