| 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(Node n) |
Node |
addNode(Point coord)
This method expects that a node has a coordinate value.
|
Node |
find(Point coord) |
Collection<Node> |
getBoundaryNodes(int geomIndex) |
Iterator<Node> |
iterator() |
void |
print(PrintStream out) |
Collection<Node> |
values() |
public NodeMap(NodeFactory nodeFact)
public void add(EdgeEnd e)
public Collection<Node> getBoundaryNodes(int geomIndex)
public void print(PrintStream out)
public Collection<Node> values()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.