Uses of Class
org.meteoinfo.jts.geomgraph.EdgeRing
-
Packages that use EdgeRing Package Description org.meteoinfo.jts.geomgraph org.meteoinfo.jts.operation.overlay -
-
Uses of EdgeRing in org.meteoinfo.jts.geomgraph
Methods in org.meteoinfo.jts.geomgraph that return EdgeRing Modifier and Type Method Description EdgeRingDirectedEdge. getEdgeRing()EdgeRingDirectedEdge. getMinEdgeRing()EdgeRingEdgeRing. getShell()Methods in org.meteoinfo.jts.geomgraph with parameters of type EdgeRing Modifier and Type Method Description voidEdgeRing. addHole(EdgeRing ring)intDirectedEdgeStar. getOutgoingDegree(EdgeRing er)voidDirectedEdgeStar. linkMinimalDirectedEdges(EdgeRing er)voidDirectedEdge. setEdgeRing(EdgeRing edgeRing)abstract voidEdgeRing. setEdgeRing(DirectedEdge de, EdgeRing er)voidDirectedEdge. setMinEdgeRing(EdgeRing minEdgeRing)voidEdgeRing. setShell(EdgeRing shell) -
Uses of EdgeRing in org.meteoinfo.jts.operation.overlay
Subclasses of EdgeRing in org.meteoinfo.jts.operation.overlay Modifier and Type Class Description classMaximalEdgeRingA ring ofDirectedEdges which may contain nodes of degree > 2.classMinimalEdgeRingA ring ofEdges with the property that no node has degree greater than 2.Methods in org.meteoinfo.jts.operation.overlay with parameters of type EdgeRing Modifier and Type Method Description voidMaximalEdgeRing. setEdgeRing(DirectedEdge de, EdgeRing er)voidMinimalEdgeRing. setEdgeRing(DirectedEdge de, EdgeRing er)
-