objectType TimeSys
extends PhysicalCoordSys
Specialized coordinate system for the Temporal domain. This object SHOULD include an appropriate TimeFrame. If a CoordSpace is not provided, it is assumed to be represented by a Standard 1-Dimensional Coordinate Space as described in Appendix B.
classDiagram
class TimeSys{
coords:TimeFrame frame
coords:GenericCoordSpace coordSpace
}
TimeSys --|> PhysicalCoordSys
PhysicalCoordSys --|> CoordSys
link PhysicalCoordSys "../PhysicalCoordSys"
link CoordSys "../CoordSys"
Members
name | type | mult | description |
---|---|---|---|
frame | TimeFrame subset | ||
coordSpace | GenericCoordSpace subset |
Subset Detail
frame
Subsets frame in PhysicalCoordSys from type CoordFrame to TimeFrame
coordSpace
Subsets coordSpace in PhysicalCoordSys from type PhysicalCoordSpace to GenericCoordSpace
References Detail
This is referred to by Coordinate
Containment
This is contained by AstroCoordSystem