sgtplot.util
Class TimePoint
- java.lang.Object
-
- sgtplot.util.TimePoint
-
Deprecated.As of sgtplot 3.0, replaced bySoTPoint.
public class TimePoint extends java.lang.ObjectTimePoint allows specification of a time-space point.- Since:
- sgtplot 1.0
-
-
Field Summary
Fields Modifier and Type Field and Description GeoDatetDeprecated.Time coordinatedoublexDeprecated.Space coordinate
-
Constructor Summary
Constructors Constructor and Description TimePoint()Deprecated.Default constructor.TimePoint(double x, GeoDate t)Deprecated.Construct a TimePoint.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description booleanequals(TimePoint tp)Deprecated.Test for equality.java.lang.StringtoString()Deprecated.Convert TimePoint to a default string
-
-
-
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 coordinatet- 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:
toStringin classjava.lang.Object- Returns:
- string representation of the TimePoint.
-
-
DMelt 3.0 © DataMelt by jWork.ORG