Uses of Class
org.locationtech.jts.geomgraph.EdgeRing
Packages that use EdgeRing
Package
Description
Contains classes that implement topology graphs.
Contains classes that perform a topological overlay to compute boolean spatial functions.
-
Uses of EdgeRing in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as EdgeRingModifier and TypeFieldDescriptionprivate EdgeRingDirectedEdge.edgeRingprivate EdgeRingDirectedEdge.minEdgeRingprivate EdgeRingEdgeRing.shellMethods in org.locationtech.jts.geomgraph that return EdgeRingModifier and TypeMethodDescriptionDirectedEdge.getEdgeRing()DirectedEdge.getMinEdgeRing()EdgeRing.getShell()Methods in org.locationtech.jts.geomgraph with parameters of type EdgeRingModifier and TypeMethodDescriptionvoidintDirectedEdgeStar.getOutgoingDegree(EdgeRing er) voidDirectedEdgeStar.linkMinimalDirectedEdges(EdgeRing er) voidDirectedEdge.setEdgeRing(EdgeRing edgeRing) abstract voidEdgeRing.setEdgeRing(DirectedEdge de, EdgeRing er) voidDirectedEdge.setMinEdgeRing(EdgeRing minEdgeRing) void -
Uses of EdgeRing in org.locationtech.jts.operation.overlay
Subclasses of EdgeRing in org.locationtech.jts.operation.overlayModifier and TypeClassDescriptionclassA ring ofDirectedEdges which may contain nodes of degree > 2.classA ring ofEdges with the property that no node has degree greater than 2.Methods in org.locationtech.jts.operation.overlay that return EdgeRingModifier and TypeMethodDescriptionprivate EdgeRingPolygonBuilder.findEdgeRingContaining(EdgeRing testEr, List shellList) Find the innermost enclosing shell EdgeRing containing the argument EdgeRing, if any.private EdgeRingThis method takes a list of MinimalEdgeRings derived from a MaximalEdgeRing, and tests whether they form a Polygon.Methods in org.locationtech.jts.operation.overlay with parameters of type EdgeRingModifier and TypeMethodDescriptionprivate EdgeRingPolygonBuilder.findEdgeRingContaining(EdgeRing testEr, List shellList) Find the innermost enclosing shell EdgeRing containing the argument EdgeRing, if any.private voidPolygonBuilder.placePolygonHoles(EdgeRing shell, List minEdgeRings) This method assigns the holes for a Polygon (formed from a list of MinimalEdgeRings) to its shell.voidMaximalEdgeRing.setEdgeRing(DirectedEdge de, EdgeRing er) voidMinimalEdgeRing.setEdgeRing(DirectedEdge de, EdgeRing er)