Uses of Class
org.locationtech.jts.planargraph.PlanarGraph
-
Packages that use 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. -
-
Uses of PlanarGraph in org.locationtech.jts.operation.linemerge
Subclasses of PlanarGraph in org.locationtech.jts.operation.linemerge Modifier and Type Class Description class
LineMergeGraph
A planar graph of edges that is analyzed to sew the edges together. -
Uses of PlanarGraph in org.locationtech.jts.planargraph
Methods in org.locationtech.jts.planargraph that return PlanarGraph Modifier and Type Method Description PlanarGraph
Subgraph. getParent()
Gets thePlanarGraph
which this subgraph is part of.Constructors in org.locationtech.jts.planargraph with parameters of type PlanarGraph Constructor Description Subgraph(PlanarGraph parentGraph)
Creates a new subgraph of the givenPlanarGraph
-
Uses of PlanarGraph in org.locationtech.jts.planargraph.algorithm
Constructors in org.locationtech.jts.planargraph.algorithm with parameters of type PlanarGraph Constructor Description ConnectedSubgraphFinder(PlanarGraph graph)
-