Interface DynamicReferenceFrame

All Superinterfaces:
Datum, IdentifiedObject

Reference frame in which some of the defining parameters have time dependency. The time-varying parameters can describe time evolution of defining station coordinates. Examples:
  • Horizontally: defining station coordinates having linear velocities to account for crustal motion.
  • Vertically: defining station heights having velocity to account for post-glacial isostatic rebound motion.
This interface should not be implemented alone, but combined with the GeodeticDatum or VerticalDatum interface using multi-inheritance of interfaces.
Since:
3.1
Departure from OGC/ISO standard for harmonization between different specifications ISO 19111 defines two distinct interfaces, DynamicGeodeticReferenceFrame and DynamicVerticalReferenceFrame. GeoAPI defines a single interface for all cases, with the requirement that implementers shall combine this interface with GeodeticReferenceFrame or VerticalReferenceFrame respectively using multi-inheritance of interfaces. This is a design similar to org.opengis.referencing.crs.DerivedCRS.