Module org.opengis.geoapi
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
-
ClassDescriptionMetadata required to reference coordinates.A collection of coordinate tuples referenced to the same coordinate reference system (CRS).Indicates that an operation cannot be completed properly because of a mismatch in the coordinate reference systems or epoch of components.Indicates that an operation cannot be completed properly because of a mismatch in the number of dimensions of an argument given to a method.