Package gaiasky.util

Class Nature

java.lang.Object
gaiasky.util.Nature

public class Nature
extends java.lang.Object
This class contains various unit conversion constants for angles, distance and time units
  • Field Summary

    Fields
    Modifier and Type Field Description
    static double ARCSEC_TO_DEG
    Arcseconds to degrees
    static double ARCSEC_TO_RAD  
    static double AU_TO_KM
    Astronomical units to kilometres
    static double D_TO_MS
    Days to milliseconds
    static double D_TO_NS
    Days to nanoseconds
    static double D_TO_S
    Days to seconds
    static double DEG_TO_ARCSEC
    Degrees to arcseconds
    static double DEG_TO_MILLARCSEC  
    static double H_TO_MS
    Hours to milliseconds
    static double H_TO_S
    Hours to seconds
    static double KM_TO_AU
    Kilometres to astronomical units
    static double KM_TO_LY
    Kilometers to light years
    static double KM_TO_PC
    Kilometres to parsecs
    static double LY_TO_KM
    Light years to kilometers
    static double M_TO_PC
    Metres to parsecs
    static double MILLARCSEC_TO_DEG  
    static double MILLARCSEC_TO_RAD  
    static double MILLIARCSEC_TO_ARCSEC  
    static double MIN_TO_S
    Minutes to seconds
    static double MS_TO_D
    Milliseconds to days
    static double MS_TO_H
    Milliseconds to hours
    static double MS_TO_Y
    Milliseconds to year
    static double NS_TO_D
    Nanoseconds to days
    static double PC_TO_KM
    Parsecs to kilometres
    static double PC_TO_M
    Parsecs to metres
    static double RAD_TO_MILLARCSEC  
    static double S_TO_D
    Seconds to days
    static double S_TO_H
    Seconds to hours
    static double S_TO_MS
    Seconds to milliseconds
    static double S_TO_Y
    Seconds to years
    static double TO_DEG
    Radians to degrees
    static double TO_RAD
    Degrees to radians
    static double Y_TO_MS
    Years to milliseconds
    static double Y_TO_S
    Years to seconds
  • Constructor Summary

    Constructors
    Constructor Description
    Nature()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait