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 aPlanarGraphis a location where 0 or moreEdges meet.A map ofNodes, indexed by the coordinate of the node.Represents a directed graph which is embeddable in a planar surface.A subgraph of aPlanarGraph.