Skip to content

objectType GenericSys

extends PhysicalCoordSys

Specialized coordinate system for generic, one-dimensional domains not covered by other, more concrete objects. 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 GenericSys{
        coords:GenericFrame frame

        }
        GenericSys --|> PhysicalCoordSys
PhysicalCoordSys --|> CoordSys

link PhysicalCoordSys "../PhysicalCoordSys"
link CoordSys "../CoordSys"

Members

name type mult description
frame GenericFrame subset

Subset Detail

frame

Subsets frame in PhysicalCoordSys from type CoordFrame to GenericFrame

References Detail

This is referred to by Coordinate

Containment

This is contained by AstroCoordSystem