Package org.opengis.coordinate


package org.opengis.coordinate
Tuple of coordinate values. A coordinate is one of n scalar values that define the position of a single point. A coordinate tuple is an ordered list of coordinates that define the position of a single point. The coordinates within a coordinate tuple are mutually independent, and the number of coordinates is equal to the tuple dimension. A coordinate set is a collection of coordinate tuples referenced to the same coordinate reference system. A coordinate set does not necessarily describe a geometry.

Coordinate tuples can be represented by instances of DirectPosition or by plain Java arrays of numbers.

Since:
3.1