Interface CompoundCRS

All Superinterfaces:
CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem

A CRS describing the position of points through two or more independent CRSs. Two CRSs are independent of each other if coordinate values in one cannot be converted or transformed into coordinate values in the other.

For spatial coordinates, a number of constraints exist for the construction of compound CRSs. For example, the CRSs that are combined should not contain any duplicate or redundant axes. Valid combinations include (non-exhaustive list):

  • Geographic 2D + Vertical
  • Geographic 2D + Engineering 1D (near vertical)
  • Projected 2D + Vertical
  • Projected 2D + Engineering 1D (near vertical)
  • Engineering (horizontal 2D) + Vertical
  • Engineering (1D linear) + Vertical
Any coordinate reference system (CRS), or any of the above listed combinations of CRSs, can have a TemporalCRS added. More than one temporal CRS may be added if these axes represent different time quantities.
Since:
1.0
See Also: