getCoordinate method

Coordinate getCoordinate()

Gets the {@link Coordinate} giving the location of this node.

@return the coordinate of the node

Implementation

Coordinate getCoordinate() {
  return coord;
}