public class NodeMap extends Object
| Constructor and Description |
|---|
NodeMap(NodeFactory
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(EdgeEnd
Adds a node for the start point of this EdgeEnd (if one does not already exist in this map).
|
Node |
addNode(Coordinate
This method expects that a node has a coordinate value.
|
Node |
addNode(Node
|
Node |
find(Coordinate
|
Collection |
getBoundaryNodes(int geomIndex)
|
Iterator |
iterator()
|
void |
print(PrintStream
|
Collection |
values()
|
public NodeMap(NodeFactorynodeFact)
public NodeaddNode(Coordinate coord)
public void add(EdgeEnde)
public Nodefind(Coordinate coord)
public Iteratoriterator()
public Collectionvalues()
public CollectiongetBoundaryNodes(int geomIndex)
public void print(PrintStreamout)