Uses of Class
org.locationtech.jts.geomgraph.PlanarGraph
Packages that use PlanarGraph
Package
Description
Contains classes that implement topology graphs.
Provides classes for computing buffers of geometries
Contains classes that perform a topological overlay to compute boolean spatial functions.
Provides classes for testing the validity of geometries.
-
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.buffer
Fields in org.locationtech.jts.operation.buffer declared as PlanarGraphMethods in org.locationtech.jts.operation.buffer with parameters of type PlanarGraph -
Uses of PlanarGraph in org.locationtech.jts.operation.overlay
Fields in org.locationtech.jts.operation.overlay declared as PlanarGraphModifier and TypeFieldDescriptionprivate PlanarGraphConsistentPolygonRingChecker.graphprivate PlanarGraphOverlayOp.graphMethods 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 -
Uses of PlanarGraph in org.locationtech.jts.operation.valid
Methods in org.locationtech.jts.operation.valid with parameters of type PlanarGraphModifier and TypeMethodDescriptionprivate voidConnectedInteriorTester.setInteriorEdgesInResult(PlanarGraph graph) private voidConnectedInteriorTester.visitInteriorRing(LineString ring, PlanarGraph graph) private voidConnectedInteriorTester.visitShellInteriors(Geometry g, PlanarGraph graph) Mark all the edges for the edgeRings corresponding to the shells of the input polygons.