Interface CoordinateSet

All Superinterfaces:
Iterable<DirectPosition>

@UML(identifier="CoordinateSet", specification=ISO_19111) public interface CoordinateSet extends Iterable<DirectPosition>
A collection of coordinate tuples referenced to the same coordinate reference system (CRS). If the CRS is dynamic, the CoordinateSet metadata contains also a coordinate epoch. Operations on the geometry of the tuples within the coordinate set are valid only if all tuples are referenced to the same coordinate epoch.

Coordinate operations

Coordinate sets referenced to one CRS may be referenced to another CRS through the application of a coordinate operation. If the CRS is dynamic, the CoordinateSet may be converted to another coordinate epoch through a point motion coordinate operation that includes time evolution.
Since:
3.1
See Also: