Uses of Class
org.locationtech.jts.geomgraph.PlanarGraph
-
Packages that use PlanarGraph Package Description org.locationtech.jts.geomgraph org.locationtech.jts.operation.overlay -
-
Uses of PlanarGraph in org.locationtech.jts.geomgraph
Subclasses of PlanarGraph in org.locationtech.jts.geomgraph Modifier and Type Class Description classGeometryGraphA 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 PlanarGraph Modifier and Type Method Description PlanarGraphOverlayOp. 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 voidPolygonBuilder. add(PlanarGraph graph)Add a complete graph.
-