Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Jan 4, 2025
1 parent 121f3dd commit 7fe141d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,11 @@ public void closeRing()
}
}

/** Returns the Coordinates in this collection.
/**
* Returns the Coordinates in this list as an array.
* Coordinates are not copied
*
* @return the coordinates
* @return the coordinate array
*/
public Coordinate[] toCoordinateArray()
{
Expand Down

0 comments on commit 7fe141d

Please sign in to comment.