Package org.locationtech.jts.planargraph
package org.locationtech.jts.planargraph
Contains classes to implement a planar graph data structure.
-
ClassesClassDescriptionRepresents a directed edge in a
PlanarGraph
.Represents an undirected edge of aPlanarGraph
.The base class for all graph component classes.A node in aPlanarGraph
is a location where 0 or moreEdge
s meet.A map ofNode
s, indexed by the coordinate of the node.Represents a directed graph which is embeddable in a planar surface.A subgraph of aPlanarGraph
.