com.supermap.videomap

Class TimeStamp

  • java.lang.Object
    • com.supermap.videomap.TimeStamp


  • public class TimeStamp
    extends java.lang.Object
    The time stamp
    • Constructor Summary

      Constructors 
      Constructor and Description
      TimeStamp()
      The constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getTimeValue()
      Get Time Value
      void setTimeValue(double TimeValue)
      Set Time Value
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeStamp

        public TimeStamp()
        The constructor
    • Method Detail

      • setTimeValue

        public void setTimeValue(double TimeValue)
        Set Time Value
        Parameters:
        TimeValue -
      • getTimeValue

        public double getTimeValue()
        Get Time Value
        Returns: