Uses of Class
org.locationtech.jts.geomgraph.DirectedEdge
-
Packages that use DirectedEdge Package Description org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.operation.overlay Contains classes that perform a topological overlay to compute boolean spatial functions. -
-
Uses of DirectedEdge in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph that return DirectedEdge Modifier and Type Method Description DirectedEdge
DirectedEdge. getNext()
abstract DirectedEdge
EdgeRing. getNext(DirectedEdge de)
DirectedEdge
DirectedEdge. getNextMin()
DirectedEdge
DirectedEdgeStar. getRightmostEdge()
DirectedEdge
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 DirectedEdge Modifier and Type Method Description void
DirectedEdgeStar. computeDepths(DirectedEdge de)
abstract DirectedEdge
EdgeRing. getNext(DirectedEdge de)
abstract void
EdgeRing. setEdgeRing(DirectedEdge de, EdgeRing er)
void
DirectedEdge. setNext(DirectedEdge next)
void
DirectedEdge. setNextMin(DirectedEdge nextMin)
void
DirectedEdge. setSym(DirectedEdge de)
Constructors in org.locationtech.jts.geomgraph with parameters of type DirectedEdge Constructor Description EdgeRing(DirectedEdge start, GeometryFactory geometryFactory)
-
Uses of DirectedEdge in org.locationtech.jts.operation.overlay
Methods in org.locationtech.jts.operation.overlay that return DirectedEdge Modifier and Type Method Description DirectedEdge
MaximalEdgeRing. getNext(DirectedEdge de)
DirectedEdge
MinimalEdgeRing. getNext(DirectedEdge de)
Methods in org.locationtech.jts.operation.overlay with parameters of type DirectedEdge Modifier and Type Method Description DirectedEdge
MaximalEdgeRing. getNext(DirectedEdge de)
DirectedEdge
MinimalEdgeRing. getNext(DirectedEdge de)
void
MaximalEdgeRing. setEdgeRing(DirectedEdge de, EdgeRing er)
void
MinimalEdgeRing. setEdgeRing(DirectedEdge de, EdgeRing er)
Constructors in org.locationtech.jts.operation.overlay with parameters of type DirectedEdge Constructor Description MaximalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory)
MinimalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory)
-