Represents a node in a line network. A node in a line graph has a coordinate
associated with it.
author: Justin Deoliveira, Refractions Research Inc, jdeolive@refractions.net
Method Summary
public Coordinate
getCoordinate() Returns the coordinate associated with the node.
public void
setCoordinate(Coordinate c) Sets the coordinate associated with the node.