gov.noaa.pmel.util
Class TimePoint

java.lang.Object
  |
  +--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: 1.4 $, $Date: 2003/08/22 23:02:40 $
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
equals, 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.


Send comments about the Scientific Graphics toolkit to Donald.W.Denbo@noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on October 9 2003