Class JAngle$

java.lang.Object
csw.params.core.models.JAngle$

public class JAngle$ extends Object
Java API for creating an Angle instance.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final JAngle$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    arcHour(double d)
    Creates an Angle instance from the given value in arcHours
    arcMinute(double d)
    Creates an Angle instance from the given value in arcMinutes
    arcSec(double d)
    Creates an Angle instance from the given value in arcSecs
    degree(double d)
    Creates an Angle instance from the given value in degrees
    mas(double d)
    Creates an Angle instance from the given value in mas (milliarcseconds)
    radian(double d)
    Creates an Angle instance from the given value in radians

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODULE$

      public static final JAngle$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • JAngle$

      public JAngle$()
  • Method Details

    • degree

      public Angle degree(double d)
      Creates an Angle instance from the given value in degrees
      Parameters:
      d - (undocumented)
      Returns:
      (undocumented)
    • arcMinute

      public Angle arcMinute(double d)
      Creates an Angle instance from the given value in arcMinutes
      Parameters:
      d - (undocumented)
      Returns:
      (undocumented)
    • arcSec

      public Angle arcSec(double d)
      Creates an Angle instance from the given value in arcSecs
      Parameters:
      d - (undocumented)
      Returns:
      (undocumented)
    • arcHour

      public Angle arcHour(double d)
      Creates an Angle instance from the given value in arcHours
      Parameters:
      d - (undocumented)
      Returns:
      (undocumented)
    • radian

      public Angle radian(double d)
      Creates an Angle instance from the given value in radians
      Parameters:
      d - (undocumented)
      Returns:
      (undocumented)
    • mas

      public Angle mas(double d)
      Creates an Angle instance from the given value in mas (milliarcseconds)
      Parameters:
      d - (undocumented)
      Returns:
      (undocumented)