Jeospace API

org.jeospace.measure.angle
Class AngleConstants

java.lang.Object
  extended byorg.jeospace.measure.angle.AngleConstants

public final class AngleConstants
extends java.lang.Object

Numeric constants used for the conversions of angles representations.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Field Summary
static int DEGREES_PER_HOUR
          Degrees per hour (15)
static double DEGREES_PER_MICRO
          Degrees per microsecond (2.77777777777777e-10)
static double DEGREES_PER_MINUTE
          Degrees per Minute (0.01666666666666)
static double DEGREES_PER_RADIAN
          Degrees per radian (57.29577951308232)
static int DEGREES_PER_REVOLUTION
          Degrees per single revolution (360)
static double DEGREES_PER_SECOND
          Degrees per second (2.7777777777777e-4)
static double HOURS_PER_DEGREE
          Hours per degree (0.06666666666667)
static long MICROS_PER_DEGREE
          Microseconds per degree (3,600,000,000)
static long MICROS_PER_MINUTE
          Microseconds per minute (60,000,000)
static double MICROS_PER_RADIAN
          Microseconds of degree per radian (206264806247.088)
static long MICROS_PER_REVOLUTION
          Microseconds of degree per single revolution (1,296,000,000,000)
static long MICROS_PER_SECOND
          Microseconds per second (1,000,000)
static int MINUTES_PER_DEGREE
          Minutes per degree (60)
static double RADIANS_PER_DEGREE
          Radians per degree (0.01745329251994)
static double RADIANS_PER_MICRO
          Radians per microsecond of degree (4.848136811095e-12)
static double RADIANS_PER_REVOLUTION
          Radians per single revolution (6.283185307179586)
static double RADIANS_PER_SECOND
          Radians per second of degree (4.8481368110953599e-6)
static double REVOLUTIONS_PER_DEGREE
          Revolutions per degree (0.002777777777777)
static double REVOLUTIONS_PER_MICRO
          Revolutions per microsecond of degree (7.716049382716049e-13)
static int SECONDS_PER_DEGREE
          Seconds per degree (3,600)
static int SECONDS_PER_MINUTE
          Seconds per minute (60)
 
Constructor Summary
protected AngleConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RADIANS_PER_DEGREE

public static final double RADIANS_PER_DEGREE
Radians per degree (0.01745329251994)

See Also:
Constant Field Values

DEGREES_PER_RADIAN

public static final double DEGREES_PER_RADIAN
Degrees per radian (57.29577951308232)

See Also:
Constant Field Values

MINUTES_PER_DEGREE

public static final int MINUTES_PER_DEGREE
Minutes per degree (60)

See Also:
Constant Field Values

DEGREES_PER_MINUTE

public static final double DEGREES_PER_MINUTE
Degrees per Minute (0.01666666666666)

See Also:
Constant Field Values

SECONDS_PER_MINUTE

public static final int SECONDS_PER_MINUTE
Seconds per minute (60)

See Also:
Constant Field Values

MICROS_PER_SECOND

public static final long MICROS_PER_SECOND
Microseconds per second (1,000,000)

See Also:
Constant Field Values

SECONDS_PER_DEGREE

public static final int SECONDS_PER_DEGREE
Seconds per degree (3,600)

See Also:
Constant Field Values

DEGREES_PER_SECOND

public static final double DEGREES_PER_SECOND
Degrees per second (2.7777777777777e-4)

See Also:
Constant Field Values

MICROS_PER_DEGREE

public static final long MICROS_PER_DEGREE
Microseconds per degree (3,600,000,000)

See Also:
Constant Field Values

DEGREES_PER_MICRO

public static final double DEGREES_PER_MICRO
Degrees per microsecond (2.77777777777777e-10)

See Also:
Constant Field Values

MICROS_PER_MINUTE

public static final long MICROS_PER_MINUTE
Microseconds per minute (60,000,000)

See Also:
Constant Field Values

DEGREES_PER_REVOLUTION

public static final int DEGREES_PER_REVOLUTION
Degrees per single revolution (360)

See Also:
Constant Field Values

REVOLUTIONS_PER_DEGREE

public static final double REVOLUTIONS_PER_DEGREE
Revolutions per degree (0.002777777777777)

See Also:
Constant Field Values

RADIANS_PER_REVOLUTION

public static final double RADIANS_PER_REVOLUTION
Radians per single revolution (6.283185307179586)

See Also:
Constant Field Values

MICROS_PER_REVOLUTION

public static final long MICROS_PER_REVOLUTION
Microseconds of degree per single revolution (1,296,000,000,000)

See Also:
Constant Field Values

REVOLUTIONS_PER_MICRO

public static final double REVOLUTIONS_PER_MICRO
Revolutions per microsecond of degree (7.716049382716049e-13)

See Also:
Constant Field Values

MICROS_PER_RADIAN

public static final double MICROS_PER_RADIAN
Microseconds of degree per radian (206264806247.088)

See Also:
Constant Field Values

RADIANS_PER_MICRO

public static final double RADIANS_PER_MICRO
Radians per microsecond of degree (4.848136811095e-12)

See Also:
Constant Field Values

RADIANS_PER_SECOND

public static final double RADIANS_PER_SECOND
Radians per second of degree (4.8481368110953599e-6)

See Also:
Constant Field Values

DEGREES_PER_HOUR

public static final int DEGREES_PER_HOUR
Degrees per hour (15)

See Also:
Constant Field Values

HOURS_PER_DEGREE

public static final double HOURS_PER_DEGREE
Hours per degree (0.06666666666667)

See Also:
Constant Field Values
Constructor Detail

AngleConstants

protected AngleConstants()

Jeospace API

Copyright © 2006 - jeospace.org