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
Methods 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 TypeMethodDescriptionvoid
int
DirectedEdgeStar.getOutgoingDegree
(EdgeRing er) void
DirectedEdgeStar.linkMinimalDirectedEdges
(EdgeRing er) void
DirectedEdge.setEdgeRing
(EdgeRing edgeRing) abstract void
EdgeRing.setEdgeRing
(DirectedEdge de, EdgeRing er) void
DirectedEdge.setMinEdgeRing
(EdgeRing minEdgeRing) void
-
Uses of EdgeRing in org.locationtech.jts.operation.overlay
Subclasses of EdgeRing in org.locationtech.jts.operation.overlayModifier and TypeClassDescriptionclass
A ring ofDirectedEdge
s which may contain nodes of degree > 2.class
A ring ofEdge
s with the property that no node has degree greater than 2.Methods in org.locationtech.jts.operation.overlay with parameters of type EdgeRingModifier and TypeMethodDescriptionvoid
MaximalEdgeRing.setEdgeRing
(DirectedEdge de, EdgeRing er) void
MinimalEdgeRing.setEdgeRing
(DirectedEdge de, EdgeRing er)