Uses of Package
org.locationtech.jts.planargraph
Packages that use org.locationtech.jts.planargraph
Package
Description
Classes to perform line merging.
An API for polygonizing sets of lines.
Contains classes to implement a planar graph data structure.
Classes which implement graph algorithms on planar graphs.
-
Classes in org.locationtech.jts.planargraph used by org.locationtech.jts.operation.linemergeClassDescriptionRepresents 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.Represents a directed graph which is embeddable in a planar surface.A subgraph of aPlanarGraph
. -
Classes in org.locationtech.jts.planargraph used by org.locationtech.jts.operation.polygonizeClassDescriptionRepresents 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.Represents a directed graph which is embeddable in a planar surface. -
Classes in org.locationtech.jts.planargraph used by org.locationtech.jts.planargraphClassDescriptionRepresents 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. -
Classes in org.locationtech.jts.planargraph used by org.locationtech.jts.planargraph.algorithmClassDescriptionA node in a
PlanarGraph
is a location where 0 or moreEdge
s meet.Represents a directed graph which is embeddable in a planar surface.A subgraph of aPlanarGraph
.