toCoordinateArray method

List<Coordinate> toCoordinateArray()

Returns the Coordinates in this collection. *

  • @return the coordinates

Implementation

List<Coordinate> toCoordinateArray() {
  return _backingList;
}