| Package | Description |
|---|---|
| org.locationtech.jts.geomgraph |
Contains classes that implement topology graphs.
|
| org.locationtech.jts.operation.relate |
Contains classes to implement the computation of the spatial relationships of
Geometrys. |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectedEdgeStar
A DirectedEdgeStar is an ordered list of outgoing DirectedEdges around a node.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeEndStar |
Node.getEdges() |
| Constructor and Description |
|---|
Node(Coordinate coord,
EdgeEndStar edges) |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeEndBundleStar
An ordered list of
EdgeEndBundles around a RelateNode. |
| Constructor and Description |
|---|
RelateNode(Coordinate coord,
EdgeEndStar edges) |
Copyright © 2024. All rights reserved.