public class GeodesicManager
extends java.lang.Object
Constructor and Description |
---|
GeodesicManager() |
Modifier and Type | Method and Description |
---|---|
static double |
getAzimuthBetween(Device dev1,
Device dev2)
Get the azimuth between dev1 and dev2
|
static double |
getDistanceBetween(Device dev1,
Device dev2)
Get the distance between dev1 and dev2
|
static Device |
getHitDeviceVirtual(Device srcDevice,
double azimuth,
double distance)
Get the destination device
|
public static double getDistanceBetween(Device dev1, Device dev2)
dev1
- Device
with DeviceLocation
not nulldev2
- Device
with DeviceLocation
not nullpublic static double getAzimuthBetween(Device dev1, Device dev2)
dev1
- Device
with DeviceLocation
not nulldev2
- Device
with DeviceLocation
not null