getOrdinate abstract method

double getOrdinate(
  1. int index,
  2. int ordinateIndex
)

Returns the ordinate of a coordinate in this sequence. Ordinate indices 0 and 1 are assumed to be X and Y.

Ordinates indices greater than 1 have user-defined semantics (for instance, they may contain other dimensions or measure values as described by {@link #getDimension()} and {@link #getMeasures()}).

@param index the coordinate index in the sequence @param ordinateIndex the ordinate index in the coordinate (in range 0, dimension-1)

Implementation

double getOrdinate(int index, int ordinateIndex);