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) |
Collection |
getBoundaryNodes(int geomIndex) |
Iterator |
iterator() |
void |
print(PrintStream out) |
Collection |
values() |
public NodeMap(NodeFactory nodeFact)
public Node addNode(Coordinate coord)
public void add(EdgeEnd e)
public Node find(Coordinate coord)
public Iterator iterator()
public Collection values()
public Collection getBoundaryNodes(int geomIndex)
public void print(PrintStream out)
Copyright © 2016. All rights reserved.