getCoordinateInternal abstract method

Coordinate getCoordinateInternal(
  1. int index
)

Returns a Coordinate representation of the specified coordinate, by always building a new Coordinate object

@param index the coordinate index @return the {@link Coordinate} at the given index

Implementation

Coordinate getCoordinateInternal(int index);