|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--gov.noaa.pmel.util.TimePoint
SoTPoint.
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 |
equals, 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 coordinate| Method Detail |
public boolean equals(TimePoint tp)
public java.lang.String toString()
toString in class java.lang.Object
|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||