getCoordinateCopy abstract method

Coordinate getCoordinateCopy(
  1. int i
)

Returns a copy of the i'th coordinate in this sequence. This method optimizes the situation where the caller is going to make a copy anyway - if the implementation has already created a new Coordinate object, no further copy is needed.

@param i the index of the coordinate to retrieve @return a copy of the i'th coordinate in the sequence

Implementation

Coordinate getCoordinateCopy(int i);