Interface GeographicCoordinate.Angle

  • Enclosing interface:
    GeographicCoordinate

    public static interface GeographicCoordinate.Angle
    Internal Angle interface that defines degrees, minutes, and seconds.
    Since:
    9.10.3
    • Method Detail

      • getDegrees

        int getDegrees()
        Returns the degrees of the angle.
        Returns:
        the degrees of the angle
        Since:
        9.10.3
      • getMinutes

        int getMinutes()
        Returns the minutes of the angle.
        Returns:
        the minutes of the angle
        Since:
        9.10.3
      • getSeconds

        int getSeconds()
        Returns the seconds of the angle.
        Returns:
        the seconds of the angle
        Since:
        9.10.3
      • getMicroSeconds

        int getMicroSeconds()
        Returns the micro seconds (millionth seconds) of the angle.
        Returns:
        the micro seconds (millionth seconds) of the angle
        Since:
        9.10.3