public double getOrdinate(int index, int ordinate)
See also:
PackedCoordinateSequence#getOrdinate(int, int) Beware, for performance reasons the ordinate index is not checked, if it's over dimensions you may not get an exception but a meaningless value.
public void setOrdinate(int index, int ordinate, double value)