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 | Description |
---|---|---|
class |
LineMergeGraph |
A planar graph of edges that is analyzed to sew the edges together.
|
Modifier and Type | Method | Description |
---|---|---|
PlanarGraph |
Subgraph.getParent() |
Gets the
PlanarGraph which this subgraph
is part of. |
Constructor | Description |
---|---|
Subgraph(PlanarGraph parentGraph) |
Creates a new subgraph of the given
PlanarGraph |
Constructor | Description |
---|---|
ConnectedSubgraphFinder(PlanarGraph graph) |
Copyright © 2018. All rights reserved.