copy method

Coordinate copy()

Creates a copy of this Coordinate.

@return a copy of this coordinate.

Implementation

Coordinate copy() {
  return Coordinate.fromCoordinate(this);
}