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
Methods 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 TypeMethodDescriptionvoid
Adds anEdge
to the subgraph.boolean
Tests whether this graph contains the givenEdge
boolean
Tests whether anEdge
is contained in this subgraphint
Returns the zero-based index of the given Edge, after sorting in ascending order by angle with the positive x-axis.int
Returns the zero-based index of the given Edge, after sorting in ascending order by angle with the positive x-axis.void
Removes anEdge
and its associatedDirectedEdge
s from their from-Nodes and from the graph.void
Associates this DirectedEdge with an Edge (possibly null, indicating no associated Edge).