Uses of Class
org.locationtech.jts.geomgraph.PlanarGraph
Packages that use PlanarGraph
Package
Description
Contains classes that implement topology graphs.
Contains classes that perform a topological overlay to compute boolean spatial functions.
-
Uses of PlanarGraph in org.locationtech.jts.geomgraph
Subclasses of PlanarGraph in org.locationtech.jts.geomgraphModifier and TypeClassDescriptionclassA GeometryGraph is a graph that models a given Geometry -
Uses of PlanarGraph in org.locationtech.jts.operation.overlay
Methods in org.locationtech.jts.operation.overlay that return PlanarGraphModifier and TypeMethodDescriptionOverlayOp.getGraph()Gets the graph constructed to compute the overlay.Methods in org.locationtech.jts.operation.overlay with parameters of type PlanarGraphModifier and TypeMethodDescriptionvoidPolygonBuilder.add(PlanarGraph graph) Add a complete graph.Constructors in org.locationtech.jts.operation.overlay with parameters of type PlanarGraph