Uses of Class
org.locationtech.jts.planargraph.Edge
Packages that use Edge
Package
Description
Classes to perform line merging.
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 -
Uses of Edge in org.locationtech.jts.planargraph
Fields in org.locationtech.jts.planargraph declared as EdgeMethods in org.locationtech.jts.planargraph that return EdgeModifier and TypeMethodDescriptionDirectedEdge.getEdge()Returns this DirectedEdge's parent Edge, or null if it has none.Methods in org.locationtech.jts.planargraph with parameters of type EdgeModifier and TypeMethodDescriptionprotected voidAdds the Edge and its DirectedEdges with this PlanarGraph.voidAdds anEdgeto the subgraph.booleanTests whether this graph contains the givenEdgebooleanTests whether anEdgeis contained in this subgraphintReturns the zero-based index of the given Edge, after sorting in ascending order by angle with the positive x-axis.intReturns the zero-based index of the given Edge, after sorting in ascending order by angle with the positive x-axis.voidRemoves anEdgeand its associatedDirectedEdges from their from-Nodes and from the graph.voidAssociates this DirectedEdge with an Edge (possibly null, indicating no associated Edge).