Uses of Class
org.locationtech.jts.planargraph.PlanarGraph
Packages that use 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.
-
Uses of PlanarGraph in org.locationtech.jts.operation.linemerge
Subclasses of PlanarGraph in org.locationtech.jts.operation.linemergeModifier and TypeClassDescriptionclass
A planar graph of edges that is analyzed to sew the edges together. -
Uses of PlanarGraph in org.locationtech.jts.operation.polygonize
Subclasses of PlanarGraph in org.locationtech.jts.operation.polygonizeModifier and TypeClassDescription(package private) class
Represents a planar graph of edges that can be used to compute a polygonization, and implements the algorithms to compute theinvalid reference
EdgeRings
-
Uses of PlanarGraph in org.locationtech.jts.planargraph
Fields in org.locationtech.jts.planargraph declared as PlanarGraphMethods in org.locationtech.jts.planargraph that return PlanarGraphModifier and TypeMethodDescriptionSubgraph.getParent()
Gets thePlanarGraph
which 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
Fields in org.locationtech.jts.planargraph.algorithm declared as PlanarGraphConstructors in org.locationtech.jts.planargraph.algorithm with parameters of type PlanarGraph