Skip to content

abstract objectType CoordSys

Abstract head of the coordinate system object tree.

classDiagram

        class CoordSys{

        }
        AstroCoordSystem --|> CoordSys
PixelCoordSystem --|> CoordSys
PhysicalCoordSys --|> CoordSys

link AstroCoordSystem "../AstroCoordSystem"
link PixelCoordSystem "../PixelCoordSystem"
link PhysicalCoordSys "../PhysicalCoordSys"

Members

name type mult description

References Detail

This is referred to by Coordinate