abstract dataType Coordinate
Abstract base class for the Coordinate data types which represent an absolute location within a coordinate space. Coordinates MUST refer to a coordinate system, providing additional metadata relevant to interpreting the coordinate value, and its representation.
Members
name | type | mult | description |
---|---|---|---|
coordSys | CoordSys | Provided additional metadata relevant to interpreting the coordinate value; for example, the spatial reference position, or time scale, axis descriptions. |
References Detail
- CoordSys is model wide.