Class JAngle$


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

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

      Constructors 
      Constructor Description
      JAngle$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Angle arcHour​(double d)
      Creates an Angle instance from the given value in arcHours
      Angle arcMinute​(double d)
      Creates an Angle instance from the given value in arcMinutes
      Angle arcSec​(double d)
      Creates an Angle instance from the given value in arcSecs
      Angle degree​(double d)
      Creates an Angle instance from the given value in degrees
      Angle mas​(double d)
      Creates an Angle instance from the given value in mas (milliarcseconds)
      Angle 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 Detail

      • MODULE$

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

      • JAngle$

        public JAngle$()
    • Method Detail

      • 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)