public class DistAz
extends java.lang.Object
Constructor and Description |
---|
DistAz(Channel chan,
EventAccessOperations ev)
c getDelta() => Great Circle Arc distance in degrees
c getAz() => Azimuth from channel to event in degrees
c getBaz() => Back Azimuth from event to channel in degrees
|
DistAz(Channel chan,
Origin origin)
c getDelta() => Great Circle Arc distance in degrees
c getAz() => Azimuth from channel to origin in degrees
c getBaz() => Back Azimuth from origin to channel in degrees
|
DistAz(double lat1,
double lon1,
double lat2,
double lon2)
c lat1 => Latitude of first point (+N, -S) in degrees
c lon1 => Longitude of first point (+E, -W) in degrees
c lat2 => Latitude of second point
c lon2 => Longitude of second point
c
c getDelta() => Great Circle Arc distance in degrees
c getAz() => Azimuth from pt.
|
DistAz(Location loc1,
Location loc2)
c getDelta() => Great Circle Arc distance in degrees
c getAz() => Azimuth from loc1 to loc2 in degrees
c getBaz() => Back Azimuth from loc2 to loc1 in degrees
|
DistAz(Site site,
EventAccessOperations ev)
c getDelta() => Great Circle Arc distance in degrees
c getAz() => Azimuth from site to event in degrees
c getBaz() => Back Azimuth from event to site in degrees
|
DistAz(Site site,
Origin origin)
c getDelta() => Great Circle Arc distance in degrees
c getAz() => Azimuth from site to origin in degrees
c getBaz() => Back Azimuth from origin to site in degrees
|
DistAz(Station sta,
EventAccessOperations ev)
c getDelta() => Great Circle Arc distance in degrees
c getAz() => Azimuth from station to event in degrees
c getBaz() => Back Azimuth from event to station in degrees
|
DistAz(Station sta,
Origin origin)
c getDelta() => Great Circle Arc distance in degrees
c getAz() => Azimuth from station to origin in degrees
c getBaz() => Back Azimuth from origin to station in degrees
|
Modifier and Type | Method and Description |
---|---|
static double |
degreesToKilometers(double degrees) |
boolean |
equals(java.lang.Object o) |
double |
getAz() |
double |
getBaz() |
double |
getDelta() |
int |
hashCode() |
static double |
kilometersToDegrees(double kilometers) |
static void |
main(java.lang.String[] args) |
public DistAz(Station sta, EventAccessOperations ev)
public DistAz(Station sta, Origin origin)
public DistAz(Site site, EventAccessOperations ev)
public DistAz(Site site, Origin origin)
public DistAz(Channel chan, EventAccessOperations ev)
public DistAz(Channel chan, Origin origin)
public DistAz(Location loc1, Location loc2)
public DistAz(double lat1, double lon1, double lat2, double lon2)
public double getDelta()
public double getAz()
public double getBaz()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static double degreesToKilometers(double degrees)
public static double kilometersToDegrees(double kilometers)
public static void main(java.lang.String[] args)