| Package | Description |
|---|---|
| org.locationtech.jts.geomgraph |
Contains classes that implement topology graphs.
|
| org.locationtech.jts.operation.overlay |
Contains classes that perform a topological overlay to compute boolean spatial functions.
|
| org.locationtech.jts.operation.relate |
Contains classes to implement the computation of the spatial relationships of
Geometrys. |
| Modifier and Type | Field and Description |
|---|---|
(package private) NodeFactory |
NodeMap.nodeFact |
| Constructor and Description |
|---|
NodeMap(NodeFactory nodeFact) |
PlanarGraph(NodeFactory nodeFact) |
| Modifier and Type | Class and Description |
|---|---|
class |
OverlayNodeFactory
Creates nodes for use in the
PlanarGraphs constructed during
overlay operations. |
| Modifier and Type | Class and Description |
|---|---|
class |
RelateNodeFactory
|