JEphem site
tig API
Build classes

jephem.astro.spacetime
Interface UnitsConstants

All Known Implementing Classes:
AstroContext, Body, NewCurveDialog, NewEphemerisDialog, PreferencesDialog, SwissEphemeris, Units

public interface UnitsConstants

Interface containing constants to identify units.


Field Summary
static int ANGULAR_SPEED_UNIT_ARCSEC_PER_DAY
          Constant designating the "arc second per day" unit.
static int ANGULAR_SPEED_UNIT_ARCSEC_PER_S
          Constant designating the "arc second per time second" unit.
static int ANGULAR_SPEED_UNIT_DEG_PER_DAY
          Constant designating the "degree per day" unit.
static int ANGULAR_SPEED_UNIT_DEG_PER_S
          Constant designating the "degree per second" unit.
static int ANGULAR_SPEED_UNIT_RAD_PER_DAY
          Constant designating the "radian per day" unit.
static int ANGULAR_UNIT_ARCSEC
          Constant designating the "arc second" unit.
static int ANGULAR_UNIT_DEG
          Constant designating the "decimal degree" unit.
static int ANGULAR_UNIT_RAD
          Constant designating the "radian" unit.
static int BASE_ANGULAR_SPEED_UNIT
           
static int BASE_ANGULAR_UNIT
           
static int BASE_DISTANCE_UNIT
           
static int BASE_LINEAR_SPEED_UNIT
           
static int DEGREES_DECIMAL
          Constant used to indicate that degrees should be formated as decimal degrees.
static int DEGREES_DMS
          Constant used to indicate that degrees should be formated as "degrees minutes seconds" (ex : 123°18'23").
static int DELTA_BETWEEN_BASES
           
static int DISTANCE_UNIT_AU
          Constant designating the "astronomical unit" unit.
static int DISTANCE_UNIT_KM
          Constant designating the "kilometer" unit.
static int DISTANCE_UNIT_M
          Constant designating the "meter" unit.
static int LINEAR_SPEED_UNIT_AU_PER_D
          Constant designating the "astronomical unit per day" unit.
static int LINEAR_SPEED_UNIT_KM_PER_D
          Constant designating the "kilometer per day" unit.
static int LINEAR_SPEED_UNIT_KM_PER_HOUR
          Constant designating the "kilometer per hour" unit.
static int LINEAR_SPEED_UNIT_M_PER_S
          Constant designating the "meter per second" unit.
static int TYPE_ANGULAR
          Constant designating units of type "angular".
static int TYPE_ANGULAR_SPEED
          Constant designating units of type "angular speed".
static int TYPE_DISTANCE
          Constant designating units of type "linear disance".
static int TYPE_LINEAR_SPEED
          Constant designating units of type "linear speed".
static int[] UNITGROUP_AU_AU_AU
          Constant designating the "a.u., a.u., a.u." group of units (for positions, cartesian coordinates).
static int[] UNITGROUP_AU_DEG_DEG
          Constant designating the "a.u., deg, deg" group of units (for positions, spherical coordinates).
static int[] UNITGROUP_AU_RAD_RAD
          Constant designating the "a.u., rad, rad" group of units (for positions, spherical coordinates).
static int[] UNITGROUP_AUD_AUD_AUD
          Constant designating the "au/d, au/d, au/d" group of units (for velocities, cartesian coordinates).
static int[] UNITGROUP_KM_KM_KM
          Constant designating the "a.u., a.u., a.u." group of units (for positions, cartesian coordinates).
 

Field Detail

ANGULAR_SPEED_UNIT_ARCSEC_PER_DAY

public static final int ANGULAR_SPEED_UNIT_ARCSEC_PER_DAY
Constant designating the "arc second per day" unit.

See Also:
Constant Field Values

ANGULAR_SPEED_UNIT_ARCSEC_PER_S

public static final int ANGULAR_SPEED_UNIT_ARCSEC_PER_S
Constant designating the "arc second per time second" unit.

See Also:
Constant Field Values

ANGULAR_SPEED_UNIT_DEG_PER_DAY

public static final int ANGULAR_SPEED_UNIT_DEG_PER_DAY
Constant designating the "degree per day" unit.

See Also:
Constant Field Values

ANGULAR_SPEED_UNIT_DEG_PER_S

public static final int ANGULAR_SPEED_UNIT_DEG_PER_S
Constant designating the "degree per second" unit.

See Also:
Constant Field Values

ANGULAR_SPEED_UNIT_RAD_PER_DAY

public static final int ANGULAR_SPEED_UNIT_RAD_PER_DAY
Constant designating the "radian per day" unit.

See Also:
Constant Field Values

ANGULAR_UNIT_ARCSEC

public static final int ANGULAR_UNIT_ARCSEC
Constant designating the "arc second" unit.

See Also:
Constant Field Values

ANGULAR_UNIT_DEG

public static final int ANGULAR_UNIT_DEG
Constant designating the "decimal degree" unit.

See Also:
Constant Field Values

ANGULAR_UNIT_RAD

public static final int ANGULAR_UNIT_RAD
Constant designating the "radian" unit.

See Also:
Constant Field Values

BASE_ANGULAR_SPEED_UNIT

public static final int BASE_ANGULAR_SPEED_UNIT
See Also:
Constant Field Values

BASE_ANGULAR_UNIT

public static final int BASE_ANGULAR_UNIT
See Also:
Constant Field Values

BASE_DISTANCE_UNIT

public static final int BASE_DISTANCE_UNIT
See Also:
Constant Field Values

BASE_LINEAR_SPEED_UNIT

public static final int BASE_LINEAR_SPEED_UNIT
See Also:
Constant Field Values

DEGREES_DECIMAL

public static final int DEGREES_DECIMAL
Constant used to indicate that degrees should be formated as decimal degrees.

See Also:
Constant Field Values

DEGREES_DMS

public static final int DEGREES_DMS
Constant used to indicate that degrees should be formated as "degrees minutes seconds" (ex : 123°18'23").

See Also:
Constant Field Values

DELTA_BETWEEN_BASES

public static final int DELTA_BETWEEN_BASES
See Also:
Constant Field Values

DISTANCE_UNIT_AU

public static final int DISTANCE_UNIT_AU
Constant designating the "astronomical unit" unit.

See Also:
Constant Field Values

DISTANCE_UNIT_KM

public static final int DISTANCE_UNIT_KM
Constant designating the "kilometer" unit.

See Also:
Constant Field Values

DISTANCE_UNIT_M

public static final int DISTANCE_UNIT_M
Constant designating the "meter" unit.

See Also:
Constant Field Values

LINEAR_SPEED_UNIT_AU_PER_D

public static final int LINEAR_SPEED_UNIT_AU_PER_D
Constant designating the "astronomical unit per day" unit.

See Also:
Constant Field Values

LINEAR_SPEED_UNIT_KM_PER_D

public static final int LINEAR_SPEED_UNIT_KM_PER_D
Constant designating the "kilometer per day" unit.

See Also:
Constant Field Values

LINEAR_SPEED_UNIT_KM_PER_HOUR

public static final int LINEAR_SPEED_UNIT_KM_PER_HOUR
Constant designating the "kilometer per hour" unit.

See Also:
Constant Field Values

LINEAR_SPEED_UNIT_M_PER_S

public static final int LINEAR_SPEED_UNIT_M_PER_S
Constant designating the "meter per second" unit.

See Also:
Constant Field Values

TYPE_ANGULAR

public static final int TYPE_ANGULAR
Constant designating units of type "angular".

See Also:
Constant Field Values

TYPE_ANGULAR_SPEED

public static final int TYPE_ANGULAR_SPEED
Constant designating units of type "angular speed".

See Also:
Constant Field Values

TYPE_DISTANCE

public static final int TYPE_DISTANCE
Constant designating units of type "linear disance".

See Also:
Constant Field Values

TYPE_LINEAR_SPEED

public static final int TYPE_LINEAR_SPEED
Constant designating units of type "linear speed".

See Also:
Constant Field Values

UNITGROUP_AU_AU_AU

public static final int[] UNITGROUP_AU_AU_AU
Constant designating the "a.u., a.u., a.u." group of units (for positions, cartesian coordinates).


UNITGROUP_AU_DEG_DEG

public static final int[] UNITGROUP_AU_DEG_DEG
Constant designating the "a.u., deg, deg" group of units (for positions, spherical coordinates).


UNITGROUP_AU_RAD_RAD

public static final int[] UNITGROUP_AU_RAD_RAD
Constant designating the "a.u., rad, rad" group of units (for positions, spherical coordinates).


UNITGROUP_AUD_AUD_AUD

public static final int[] UNITGROUP_AUD_AUD_AUD
Constant designating the "au/d, au/d, au/d" group of units (for velocities, cartesian coordinates).


UNITGROUP_KM_KM_KM

public static final int[] UNITGROUP_KM_KM_KM
Constant designating the "a.u., a.u., a.u." group of units (for positions, cartesian coordinates).


JEphem site
tig API
Build classes