Uses of Class
org.locationtech.jts.geomgraph.PlanarGraph
-
Packages that use PlanarGraph Package Description org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.operation.buffer Provides classes for computing buffers of geometriesorg.locationtech.jts.operation.overlay Contains classes that perform a topological overlay to compute boolean spatial functions.org.locationtech.jts.operation.valid Provides classes for testing the validity of geometries. -
-
Uses of PlanarGraph in org.locationtech.jts.geomgraph
Subclasses of PlanarGraph in org.locationtech.jts.geomgraph Modifier and Type Class Description class
GeometryGraph
A 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 PlanarGraph Modifier and Type Field Description private PlanarGraph
BufferBuilder. graph
Methods in org.locationtech.jts.operation.buffer with parameters of type PlanarGraph Modifier and Type Method Description private java.util.List
BufferBuilder. createSubgraphs(PlanarGraph graph)
-
Uses of PlanarGraph in org.locationtech.jts.operation.overlay
Fields in org.locationtech.jts.operation.overlay declared as PlanarGraph Modifier and Type Field Description private PlanarGraph
ConsistentPolygonRingChecker. graph
private PlanarGraph
OverlayOp. graph
Methods in org.locationtech.jts.operation.overlay that return PlanarGraph Modifier and Type Method Description PlanarGraph
OverlayOp. getGraph()
Gets the graph constructed to compute the overlay.Methods in org.locationtech.jts.operation.overlay with parameters of type PlanarGraph Modifier and Type Method Description void
PolygonBuilder. add(PlanarGraph graph)
Add a complete graph.Constructors in org.locationtech.jts.operation.overlay with parameters of type PlanarGraph Constructor Description ConsistentPolygonRingChecker(PlanarGraph graph)
-
Uses of PlanarGraph in org.locationtech.jts.operation.valid
Methods in org.locationtech.jts.operation.valid with parameters of type PlanarGraph Modifier and Type Method Description private void
ConnectedInteriorTester. setInteriorEdgesInResult(PlanarGraph graph)
private void
ConnectedInteriorTester. visitInteriorRing(LineString ring, PlanarGraph graph)
private void
ConnectedInteriorTester. visitShellInteriors(Geometry g, PlanarGraph graph)
Mark all the edges for the edgeRings corresponding to the shells of the input polygons.
-