Uses of Class
com.vividsolutions.jts.geomgraph.PlanarGraph
-
Packages that use PlanarGraph Package Description com.vividsolutions.jts.geomgraph Contains classes that implement topology graphs.com.vividsolutions.jts.operation.overlay Contains classes that perform a topological overlay to compute boolean spatial functions. -
-
Uses of PlanarGraph in com.vividsolutions.jts.geomgraph
Subclasses of PlanarGraph in com.vividsolutions.jts.geomgraph Modifier and Type Class Description classGeometryGraphA GeometryGraph is a graph that models a given Geometry -
Uses of PlanarGraph in com.vividsolutions.jts.operation.overlay
Methods in com.vividsolutions.jts.operation.overlay that return PlanarGraph Modifier and Type Method Description PlanarGraphOverlayOp. getGraph()Gets the graph constructed to compute the overlay.Methods in com.vividsolutions.jts.operation.overlay with parameters of type PlanarGraph Modifier and Type Method Description voidPolygonBuilder. add(PlanarGraph graph)Add a complete graph.Constructors in com.vividsolutions.jts.operation.overlay with parameters of type PlanarGraph Constructor Description ConsistentPolygonRingChecker(PlanarGraph graph)
-