Package | Description |
---|---|
ucar.unidata.geoloc |
Support library for georeferencing coordinate systems and transformations.
|
Modifier and Type | Method and Description |
---|---|
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(Earth e,
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(Earth e,
LatLonPoint pt1,
LatLonPoint pt2,
Bearing result)
Calculate the bearing between the 2 points.
|
static Bearing |
Bearing.calculateBearing(LatLonPoint pt1,
LatLonPoint pt2,
Bearing result)
Calculate the bearing between the 2 points.
|
Modifier and Type | Method and Description |
---|---|
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(Earth e,
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(Earth e,
LatLonPoint pt1,
LatLonPoint pt2,
Bearing result)
Calculate the bearing between the 2 points.
|
static Bearing |
Bearing.calculateBearing(LatLonPoint pt1,
LatLonPoint pt2,
Bearing result)
Calculate the bearing between the 2 points.
|
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.