| Package | Description |
|---|---|
| com.vividsolutions.jts.operation.linemerge |
Classes to perform line merging.
|
| com.vividsolutions.jts.planargraph |
Contains classes to implement a planar graph data structure.
|
| com.vividsolutions.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 | 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
Creates a new subgraph of the given
PlanarGraph
|
| Constructor and Description | |
|---|---|
ConnectedSubgraphFinder(PlanarGraph
|