public class TimeDist
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
double |
depth |
double |
distRadian |
double |
p |
double |
time |
| Constructor and Description |
|---|
TimeDist() |
TimeDist(double p) |
TimeDist(double p,
double time,
double dist) |
TimeDist(double p,
double time,
double dist,
double depth) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TimeDist td) |
java.lang.Object |
clone() |
double |
getDepth() |
double |
getDistDeg() |
double |
getDistRadian() |
double |
getP() |
double |
getTime() |
java.lang.String |
toString() |
public double p
public double depth
public double time
public double distRadian
public TimeDist()
public TimeDist(double p)
public TimeDist(double p,
double time,
double dist)
public TimeDist(double p,
double time,
double dist,
double depth)
public void add(TimeDist td)
public java.lang.String toString()
toString in class java.lang.Objectpublic double getP()
public double getDepth()
public double getTime()
public double getDistRadian()
public double getDistDeg()
public java.lang.Object clone()
clone in class java.lang.Object