| Package | Description |
|---|---|
| com.vividsolutions.jts.geomgraph |
Contains classes that implement topology graphs.
|
| com.vividsolutions.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 | Field and Description |
|---|---|
protected EdgeEndStar |
Node.edges
|
| Modifier and Type | Method and Description |
|---|---|
EdgeEndStar |
Node.getEdges()
|
| Constructor and Description | |
|---|---|
Node(Coordinate
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeEndBundleStar
An ordered list of
EdgeEndBundles around a
RelateNode.
|
| Constructor and Description | |
|---|---|
RelateNode(Coordinate
|