org.jscience.astronomy.solarsystem.coordinates.coordinatesystems
Class ICRSCoordinateSystem
java.lang.Object
org.jscience.astronomy.solarsystem.coordinates.CoordinateSystem
org.jscience.astronomy.solarsystem.coordinates.coordinatesystems.ICRSCoordinateSystem
- All Implemented Interfaces:
- Named
public class ICRSCoordinateSystem
- extends CoordinateSystem
- implements Named
A class defining the ICRS coordinate system.
This should probably be the reference coordinate system, but it
differs only very slightly from the J2000 coordinates.
We are assuming the the J2000 coordinate system is FK5 based.
This may not be true for at the 50 mas level.
According to Feissel and Mignard (1998) the rotation angles for
the three axes are between the ICRS coordinates and FK5
(-19.9, -9.1, -22.9)
|
Method Summary |
java.lang.String |
getDescription()
Get a description of the object. |
java.lang.String |
getName()
Get the name of this object. |
Rotater |
getRotater()
Return the rotation associated with the coordinate system. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ICRSCoordinateSystem
public ICRSCoordinateSystem()
getName
public java.lang.String getName()
- Get the name of this object.
- Specified by:
getName in interface Named
- Returns:
- DOCUMENT ME!
getDescription
public java.lang.String getDescription()
- Get a description of the object.
getRotater
public Rotater getRotater()
- Return the rotation associated with the coordinate system.
- Specified by:
getRotater in class CoordinateSystem