getCoordinateInto abstract method

void getCoordinateInto(
  1. int index,
  2. Coordinate coord
)

Copies the i'th coordinate in the sequence to the supplied {@link Coordinate}. Only the first two dimensions are copied.

@param index the index of the coordinate to copy @param coord a {@link Coordinate} to receive the value

Implementation

void getCoordinateInto(int index, Coordinate coord);