public class TimeDist
extends java.lang.Object
implements java.lang.Cloneable
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 |
---|---|
TimeDist |
add(TimeDist td) |
java.lang.Object |
clone() |
double |
getDepth() |
double |
getDistDeg() |
double |
getDistRadian() |
double |
getP() |
double |
getTime() |
java.lang.String |
toString() |
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 java.lang.String toString()
toString
in class java.lang.Object
public 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