org.geotools.temporal.object
Class DefaultDuration

java.lang.Object
  extended by org.geotools.temporal.object.DefaultDuration
All Implemented Interfaces:
org.opengis.temporal.Duration
Direct Known Subclasses:
DefaultIntervalLength, DefaultPeriodDuration

public abstract class DefaultDuration
extends java.lang.Object
implements org.opengis.temporal.Duration

A data type to be used for describing length or distance in the temporal dimension.

Author:
Mehdi Sidhoum (Geomatys)

Constructor Summary
DefaultDuration()
           
 
Method Summary
abstract  long getTimeInMillis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDuration

public DefaultDuration()
Method Detail

getTimeInMillis

public abstract long getTimeInMillis()


Copyright © 1996-2010 Geotools. All Rights Reserved.