Uses of Class
org.locationtech.jts.planargraph.Edge
Packages that use Edge
Package
Description
Classes to perform line merging.
An API for polygonizing sets of lines.
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.operation.polygonize
Subclasses of Edge in org.locationtech.jts.operation.polygonizeModifier and TypeClassDescription(package private) class
An edge of a polygonization graph. -
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 void
Adds the Edge and its DirectedEdges with this PlanarGraph.void
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).