Package skyview.geometry.csys
Class Galactic
java.lang.Object
skyview.geometry.CoordinateSystem
skyview.geometry.csys.Galactic
- All Implemented Interfaces:
Serializable
,Component
The class defining Galactic coordinate system.
- See Also:
-
Field Summary
Fields inherited from class skyview.geometry.CoordinateSystem
B1950, Gal, ICRS, J2000
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a description of the object.getName()
Get the name of this object.Return the rotation associated with the coordinate system.Methods inherited from class skyview.geometry.CoordinateSystem
factory, factory, getSphereDistorter
-
Constructor Details
-
Galactic
public Galactic()
-
-
Method Details
-
getName
Get the name of this object. -
getDescription
Get a description of the object.- Specified by:
getDescription
in interfaceComponent
-
getRotater
Return the rotation associated with the coordinate system.- Specified by:
getRotater
in classCoordinateSystem
-