Uses of Class
org.locationtech.jts.planargraph.PlanarGraph
Packages that use PlanarGraph
Package
Description
Classes to perform line merging.
Contains classes to implement a planar graph data structure.
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.linemergeModifier and TypeClassDescriptionclassA 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 PlanarGraphModifier and TypeMethodDescriptionSubgraph.getParent()Gets thePlanarGraphwhich this subgraph is part of.Constructors in org.locationtech.jts.planargraph with parameters of type PlanarGraphModifierConstructorDescriptionSubgraph(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