Uses of Package
org.locationtech.jts.planargraph
-
Packages that use org.locationtech.jts.planargraph Package Description org.locationtech.jts.operation.linemerge Classes to perform line merging.org.locationtech.jts.planargraph Contains classes to implement a planar graph data structure.org.locationtech.jts.planargraph.algorithm Classes which implement graph algorithms on planar graphs. -
Classes in org.locationtech.jts.planargraph used by org.locationtech.jts.operation.linemerge Class Description DirectedEdge Represents a directed edge in aPlanarGraph.Edge Represents an undirected edge of aPlanarGraph.GraphComponent The base class for all graph component classes.Node A node in aPlanarGraphis a location where 0 or moreEdges meet.PlanarGraph Represents a directed graph which is embeddable in a planar surface. -
Classes in org.locationtech.jts.planargraph used by org.locationtech.jts.planargraph Class Description DirectedEdge Represents a directed edge in aPlanarGraph.DirectedEdgeStar Edge Represents an undirected edge of aPlanarGraph.GraphComponent The base class for all graph component classes.Node A node in aPlanarGraphis a location where 0 or moreEdges meet.PlanarGraph Represents a directed graph which is embeddable in a planar surface. -
Classes in org.locationtech.jts.planargraph used by org.locationtech.jts.planargraph.algorithm Class Description PlanarGraph Represents a directed graph which is embeddable in a planar surface.