Uses of Class
org.locationtech.jts.planargraph.Edge
-
Packages that use Edge Package Description org.locationtech.jts.operation.linemerge org.locationtech.jts.planargraph -
-
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
Fields in org.locationtech.jts.planargraph declared as Edge Modifier and Type Field Description protected EdgeDirectedEdge. parentEdgeMethods 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 protected voidPlanarGraph. add(Edge edge)Adds the Edge and its DirectedEdges with this PlanarGraph.booleanPlanarGraph. contains(Edge e)Tests whether this graph contains the givenEdgeintDirectedEdgeStar. 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).
-