public class NodeMap extends Object
Constructor and Description |
---|
NodeMap(NodeFactory nodeFact) |
Modifier and Type | Method and Description |
---|---|
void |
add(EdgeEnd e)
Adds a node for the start point of this EdgeEnd
(if one does not already exist in this map).
|
Node |
addNode(Coordinate coord)
This method expects that a node has a coordinate value.
|
Node |
addNode(Node n) |
Node |
find(Coordinate coord)
Find coordinate.
|
Collection |
getBoundaryNodes(int geomIndex) |
Iterator |
iterator() |
void |
print(PrintStream out) |
Collection |
values() |
public NodeMap(NodeFactory nodeFact)
public Node addNode(Coordinate coord)
coord
- Coordinatepublic void add(EdgeEnd e)
e
- EdgeEndpublic Node find(Coordinate coord)
coord
- Coordinate to findpublic Iterator iterator()
public Collection values()
public Collection getBoundaryNodes(int geomIndex)
public void print(PrintStream out)
Copyright © 2024. All rights reserved.