Method Summary |
|
final public Coordinates<R> | clone() OpenGIS® - Makes an exact copy of this coordinate. |
abstract public Coordinates> | copy() Returns a copy of these coordinates
javolution.context.AllocatorContext allocated
by the calling thread (possibly on the stack). |
abstract public R | getCoordinateReferenceSystem() Returns the reference system for this coordinates. |
final public double[] | getCoordinates() OpenGIS® - Returns the sequence of numbers that hold the coordinate
of this position in its reference system.
a copy of the coordinates. |
abstract public int | getDimension() OpenGIS® - The length of coordinate sequence (the number of entries). |
abstract public double | getOrdinate(int dimension) OpenGIS® - Returns the ordinate at the specified dimension.
Parameters: dimension - The dimension in the range 0 to -1. |
final public DirectPosition | getPosition() OpenGIS® - Returns the direct position for this position. |
final public void | setOrdinate(int dimension, double value) OpenGIS® - Throws UnsupportedOperationException as
JScience coordinates are immutable. |
final public String | toString() Returns the text representation of these coordinates as a
java.lang.String . |
public Text | toText() Returns the string representation of this coordinates. |