| Package | Description |
|---|---|
| org.locationtech.jts.operation.linemerge |
Classes to perform line merging.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LineMergeGraph
A planar graph of edges that is analyzed to sew the edges together.
|
| Modifier and Type | Method and Description |
|---|---|
PlanarGraph |
Subgraph.getParent()
Gets the
PlanarGraph which this subgraph
is part of. |
| Constructor and Description |
|---|
Subgraph(PlanarGraph parentGraph)
Creates a new subgraph of the given
PlanarGraph |
| Constructor and Description |
|---|
ConnectedSubgraphFinder(PlanarGraph graph) |
Copyright © 2024. All rights reserved.