objectType SpaceSys
extends PhysicalCoordSys
Specialized coordinate system for the Spatial domain. This object SHOULD include an appropriate SpaceFrame. In Appendix B, we define two standard spatial coordinate space instances (Spherical and Cartesian), which may be referenced in serializations. If a CoordSpace is not provided, it is assumed to be represented by a Standard Spherical Coordinate Space.
classDiagram
class SpaceSys{
coords:SpaceFrame frame
}
SpaceSys --|> PhysicalCoordSys
PhysicalCoordSys --|> CoordSys
link PhysicalCoordSys "../PhysicalCoordSys"
link CoordSys "../CoordSys"
Members
name | type | mult | description |
---|---|---|---|
frame | SpaceFrame subset |
Subset Detail
frame
Subsets frame in PhysicalCoordSys from type CoordFrame to SpaceFrame
References Detail
This is referred to by Coordinate
Containment
This is contained by AstroCoordSystem