public interface Coordinate extends ReadWriteable
| Modifier and Type | Method and Description |
|---|---|
int |
getDimensions() |
Number |
getOrdinate(int dimension)
Get the ordinate value for a specific dimension.
|
asciiHeader, readASCIIbinaryHeader, readBinaryasciiHeader, writeASCIIbinaryHeader, writeBinaryNumber getOrdinate(int dimension)
dimension - The index of the dimension we are interested inIllegalArgumentException - if the
Coordinate does not support the dimension.int getDimensions()