Uses of Class
ucar.unidata.geoloc.Bearing

Packages that use Bearing
ucar.unidata.geoloc Support library for georeferencing coordinate systems and transformations. 
 

Uses of Bearing in ucar.unidata.geoloc
 

Methods in ucar.unidata.geoloc that return Bearing
static Bearing Bearing.calculateBearing(double lat1, double lon1, double lat2, double lon2, Bearing result)
          Computes distance (in km), azimuth (degrees clockwise positive from North, 0 to 360), and back azimuth (degrees clockwise positive from North, 0 to 360), from latitude-longituide point pt1 to latitude-longituide pt2.
static Bearing Bearing.calculateBearing(LatLonPoint pt1, LatLonPoint pt2, Bearing result)
          Calculate the bearing between the 2 points.
 

Methods in ucar.unidata.geoloc with parameters of type Bearing
static Bearing Bearing.calculateBearing(double lat1, double lon1, double lat2, double lon2, Bearing result)
          Computes distance (in km), azimuth (degrees clockwise positive from North, 0 to 360), and back azimuth (degrees clockwise positive from North, 0 to 360), from latitude-longituide point pt1 to latitude-longituide pt2.
static Bearing Bearing.calculateBearing(LatLonPoint pt1, LatLonPoint pt2, Bearing result)
          Calculate the bearing between the 2 points.