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
Geometry s. |
Modifier and Type | Class | Description |
---|---|---|
class |
DirectedEdgeStar |
A DirectedEdgeStar is an ordered list of outgoing DirectedEdges around a node.
|
Modifier and Type | Method | Description |
---|---|---|
EdgeEndStar |
Node.getEdges() |
Constructor | Description |
---|---|
Node(Coordinate coord,
EdgeEndStar edges) |
Modifier and Type | Class | Description |
---|---|---|
class |
EdgeEndBundleStar |
An ordered list of
EdgeEndBundle s around a RelateNode . |
Constructor | Description |
---|---|
RelateNode(Coordinate coord,
EdgeEndStar edges) |
Copyright © 2018. All rights reserved.