gov.noaa.pmel.util
Class TimePoint

java.lang.Object
  extended by gov.noaa.pmel.util.TimePoint

Deprecated. As of sgt 3.0, replaced by SoTPoint.

public class TimePoint
extends java.lang.Object

TimePoint allows specification of a time-space point.

Since:
sgt 1.0
Version:
$Revision$, $Date$
Author:
Donald Denbo

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

x

public double x
Deprecated. 
Space coordinate


t

public GeoDate t
Deprecated. 
Time coordinate

Constructor Detail

TimePoint

public TimePoint()
Deprecated. 
Default constructor.


TimePoint

public TimePoint(double x,
                 GeoDate t)
Deprecated. 
Construct a TimePoint.

Parameters:
x - space coordinate
t - time coordinate
Method Detail

equals

public boolean equals(TimePoint tp)
Deprecated. 
Test for equality. Both x and t must be equal for equality.


toString

public java.lang.String toString()
Deprecated. 
Convert TimePoint to a default string

Overrides:
toString in class java.lang.Object
Returns:
string representation of the TimePoint.