Uses of Class
org.hermit.utils.Angle

Packages that use Angle
org.hermit.geo A library of various geodetic utilities for handling positions, directions and distances over the surface of the Earth, with a choice of algorithms from the fast and simple Haversine formula, to the super-accurate Vincenty formula. 
org.hermit.utils A library of basic data types used in other packages. 
 

Uses of Angle in org.hermit.geo
 

Subclasses of Angle in org.hermit.geo
 class Azimuth
          This class represents a geographic azimuth -- ie.
 

Uses of Angle in org.hermit.utils
 

Methods in org.hermit.utils that return Angle
 Angle Angle.add(double radians)
          Calculate the azimuth which is the given angular offset from this one.
static Angle Angle.fromDegrees(double degrees)
          Create a Angle from an angle given in degrees.
static Angle Angle.fromDegrees(int d, int m, double s)
          Create a Angle from an angle given in degrees, minutes and seconds.
static Angle Angle.fromRightAscension(int rh, int rm, double rs)
          Create a Angle from a right ascension given in hours, minutes and seconds.