|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.noaa.pmel.util.TimePoint
SoTPoint
.
public class TimePoint
TimePoint allows specification of a time-space point.
Field Summary | |
---|---|
GeoDate |
t
Deprecated. Time coordinate |
double |
x
Deprecated. Space coordinate |
Constructor Summary | |
---|---|
TimePoint()
Deprecated. Default constructor. |
|
TimePoint(double x,
GeoDate t)
Deprecated. Construct a TimePoint. |
Method Summary | |
---|---|
boolean |
equals(TimePoint tp)
Deprecated. Test for equality. |
java.lang.String |
toString()
Deprecated. Convert TimePoint to a default string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public double x
public GeoDate t
Constructor Detail |
---|
public TimePoint()
public TimePoint(double x, GeoDate t)
x
- space coordinatet
- time coordinateMethod Detail |
---|
public boolean equals(TimePoint tp)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |