Class DefaultDuration

  • All Implemented Interfaces:
    Duration
    Direct Known Subclasses:
    DefaultIntervalLength, DefaultPeriodDuration

    public abstract class DefaultDuration
    extends Object
    implements Duration
    A data type to be used for describing length or distance in the temporal dimension.
    Author:
    Mehdi Sidhoum (Geomatys)
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultDuration()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract long getTimeInMillis()  
      • Methods inherited from class Object

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

      • DefaultDuration

        public DefaultDuration()
    • Method Detail

      • getTimeInMillis

        public abstract long getTimeInMillis()