| Package | Description |
|---|---|
| com.vividsolutions.jts.geomgraph |
Contains classes that implement topology graphs.
|
| com.vividsolutions.jts.operation.overlay |
Contains classes that perform a topological overlay to compute boolean spatial functions.
|
| com.vividsolutions.jts.operation.relate |
Contains classes to implement the computation of the spatial relationships of
Geometrys.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeMap.addNode(Coordinate
This method expects that a node has a coordinate value.
|
Node |
PlanarGraph.addNode(Coordinate
|
Node |
NodeMap.addNode(Node
|
Node |
PlanarGraph.addNode(Node
|
Node |
NodeFactory.createNode(Coordinate
The basic node constructor does not allow for incident edges
|
Node |
NodeMap.find(Coordinate
|
Node |
PlanarGraph.find(Coordinate
|
Node |
EdgeEnd.getNode()
|
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeMap.addNode(Node
|
Node |
PlanarGraph.addNode(Node
|
void |
Node.mergeLabel(Node
|
void |
EdgeEnd.setNode(Node
|
| Modifier and Type | Method and Description |
|---|---|
Node |
OverlayNodeFactory.createNode(Coordinate
|
| Modifier and Type | Class and Description |
|---|---|
class |
RelateNode
Represents a node in the topological graph used to compute spatial relationships.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
RelateNodeFactory.createNode(Coordinate
|