| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LineMergeGraph
A planar graph of edges that is analyzed to sew the edges together.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
PolygonizeGraph
Represents a planar graph of edges that can be used to compute a
polygonization, and implements the algorithms to compute the
EdgeRings formed by the graph. |
| Modifier and Type | Field and Description |
|---|---|
protected PlanarGraph |
Subgraph.parentGraph |
| 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 |
| Modifier and Type | Field and Description |
|---|---|
private PlanarGraph |
ConnectedSubgraphFinder.graph |
| Constructor and Description |
|---|
ConnectedSubgraphFinder(PlanarGraph graph) |