Package | Description |
---|---|
com.vividsolutions.jts.geomgraph | |
com.vividsolutions.jts.operation.relate |
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 coord,
EdgeEndStar edges) |
Modifier and Type | Class and Description |
---|---|
class |
EdgeEndBundleStar
An ordered list of
EdgeEndBundle s around a RelateNode . |
Constructor and Description |
---|
RelateNode(Coordinate coord,
EdgeEndStar edges) |
Copyright © 2016. All rights reserved.