Uses of Class
org.locationtech.jts.planargraph.Edge
-
Packages that use Edge Package Description org.locationtech.jts.operation.linemerge Classes to perform line merging.org.locationtech.jts.planargraph Contains classes to implement a planar graph data structure. -
-
Uses of Edge in org.locationtech.jts.operation.linemerge
Subclasses of Edge in org.locationtech.jts.operation.linemerge Modifier and Type Class Description classLineMergeEdgeAn edge of aLineMergeGraph. -
Uses of Edge in org.locationtech.jts.planargraph
Methods in org.locationtech.jts.planargraph that return Edge Modifier and Type Method Description EdgeDirectedEdge. getEdge()Returns this DirectedEdge's parent Edge, or null if it has none.Methods in org.locationtech.jts.planargraph with parameters of type Edge Modifier and Type Method Description voidSubgraph. add(Edge e)Adds anEdgeto the subgraph.booleanPlanarGraph. contains(Edge e)Tests whether this graph contains the givenEdgebooleanSubgraph. contains(Edge e)Tests whether anEdgeis contained in this subgraphintDirectedEdgeStar. getIndex(Edge edge)Returns the zero-based index of the given Edge, after sorting in ascending order by angle with the positive x-axis.intNode. getIndex(Edge edge)Returns the zero-based index of the given Edge, after sorting in ascending order by angle with the positive x-axis.voidPlanarGraph. remove(Edge edge)Removes anEdgeand its associatedDirectedEdges from their from-Nodes and from the graph.voidDirectedEdge. setEdge(Edge parentEdge)Associates this DirectedEdge with an Edge (possibly null, indicating no associated Edge).
-