Uses of Class
org.locationtech.jts.edgegraph.EdgeGraph
-
Packages that use EdgeGraph Package Description org.locationtech.jts.dissolve org.locationtech.jts.edgegraph -
-
Uses of EdgeGraph in org.locationtech.jts.dissolve
Subclasses of EdgeGraph in org.locationtech.jts.dissolve Modifier and Type Class Description (package private) class
DissolveEdgeGraph
A graph containingDissolveHalfEdge
s. -
Uses of EdgeGraph in org.locationtech.jts.edgegraph
Fields in org.locationtech.jts.edgegraph declared as EdgeGraph Modifier and Type Field Description private EdgeGraph
EdgeGraphBuilder. graph
Methods in org.locationtech.jts.edgegraph that return EdgeGraph Modifier and Type Method Description static EdgeGraph
EdgeGraphBuilder. build(java.util.Collection geoms)
EdgeGraph
EdgeGraphBuilder. getGraph()
-