Uses of Class
org.locationtech.jts.planargraph.PlanarGraph
-
Packages that use PlanarGraph Package Description org.locationtech.jts.operation.linemerge Classes to perform line merging.org.locationtech.jts.operation.polygonize An API for polygonizing sets of lines.org.locationtech.jts.planargraph Contains classes to implement a planar graph data structure.org.locationtech.jts.planargraph.algorithm Classes which implement graph algorithms on planar graphs. -
-
Uses of PlanarGraph in org.locationtech.jts.operation.linemerge
Subclasses of PlanarGraph in org.locationtech.jts.operation.linemerge Modifier and Type Class Description classLineMergeGraphA planar graph of edges that is analyzed to sew the edges together. -
Uses of PlanarGraph in org.locationtech.jts.operation.polygonize
Subclasses of PlanarGraph in org.locationtech.jts.operation.polygonize Modifier and Type Class Description (package private) classPolygonizeGraphRepresents a planar graph of edges that can be used to compute a polygonization, and implements the algorithms to compute theEdgeRingsformed by the graph. -
Uses of PlanarGraph in org.locationtech.jts.planargraph
Fields in org.locationtech.jts.planargraph declared as PlanarGraph Modifier and Type Field Description protected PlanarGraphSubgraph. parentGraphMethods in org.locationtech.jts.planargraph that return PlanarGraph Modifier and Type Method Description PlanarGraphSubgraph. getParent()Gets thePlanarGraphwhich this subgraph is part of.Constructors in org.locationtech.jts.planargraph with parameters of type PlanarGraph Constructor Description Subgraph(PlanarGraph parentGraph)Creates a new subgraph of the givenPlanarGraph -
Uses of PlanarGraph in org.locationtech.jts.planargraph.algorithm
Fields in org.locationtech.jts.planargraph.algorithm declared as PlanarGraph Modifier and Type Field Description private PlanarGraphConnectedSubgraphFinder. graphConstructors in org.locationtech.jts.planargraph.algorithm with parameters of type PlanarGraph Constructor Description ConnectedSubgraphFinder(PlanarGraph graph)
-