Documentation of 'sgtplot.util.TimePoint' Java class
TimePoint
sgtplot.util

Class TimePoint


  • Deprecated. 
    As of sgtplot 3.0, replaced by SoTPoint.

    public class TimePoint
    extends java.lang.Object
    TimePoint allows specification of a time-space point.
    Since:
    sgtplot 1.0
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      GeoDate t
      Deprecated. 
      Time coordinate
      double x
      Deprecated. 
      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
      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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.