Uses of Class
org.locationtech.jts.geomgraph.DirectedEdge
Packages that use DirectedEdge
Package
Description
Contains classes that implement topology graphs.
Contains classes that perform a topological overlay to compute boolean spatial functions.
-
Uses of DirectedEdge in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as DirectedEdgeMethods in org.locationtech.jts.geomgraph that return DirectedEdgeModifier and TypeMethodDescriptionDirectedEdge.getNext()abstract DirectedEdgeEdgeRing.getNext(DirectedEdge de) DirectedEdge.getNextMin()DirectedEdgeStar.getRightmostEdge()DirectedEdge.getSym()Each Edge gives rise to a pair of symmetric DirectedEdges, in opposite directions.Methods in org.locationtech.jts.geomgraph with parameters of type DirectedEdgeModifier and TypeMethodDescriptionvoidDirectedEdgeStar.computeDepths(DirectedEdge de) protected voidEdgeRing.computePoints(DirectedEdge start) Collect all the points from the DirectedEdges of this ring into a contiguous listabstract DirectedEdgeEdgeRing.getNext(DirectedEdge de) abstract voidEdgeRing.setEdgeRing(DirectedEdge de, EdgeRing er) voidDirectedEdge.setNext(DirectedEdge next) voidDirectedEdge.setNextMin(DirectedEdge nextMin) voidDirectedEdge.setSym(DirectedEdge de) Constructors in org.locationtech.jts.geomgraph with parameters of type DirectedEdge -
Uses of DirectedEdge in org.locationtech.jts.operation.overlay
Methods in org.locationtech.jts.operation.overlay that return DirectedEdgeModifier and TypeMethodDescriptionMaximalEdgeRing.getNext(DirectedEdge de) MinimalEdgeRing.getNext(DirectedEdge de) Methods in org.locationtech.jts.operation.overlay with parameters of type DirectedEdgeModifier and TypeMethodDescriptionMaximalEdgeRing.getNext(DirectedEdge de) MinimalEdgeRing.getNext(DirectedEdge de) voidMaximalEdgeRing.setEdgeRing(DirectedEdge de, EdgeRing er) voidMinimalEdgeRing.setEdgeRing(DirectedEdge de, EdgeRing er) Constructors in org.locationtech.jts.operation.overlay with parameters of type DirectedEdgeModifierConstructorDescriptionMaximalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory) MinimalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory)