Uses of Interface
org.opengis.temporal.Duration

Packages that use Duration
org.geotools.temporal.object   
org.opengis.temporal   
 

Uses of Duration in org.geotools.temporal.object
 

Classes in org.geotools.temporal.object that implement Duration
 class DefaultDuration
          A data type to be used for describing length or distance in the temporal dimension.
 class DefaultIntervalLength
          A data type for intervals of time which supports the expression of duration in terms of a specified multiple of a single unit of time.
 class DefaultPeriodDuration
          Uses the format specified by ISO 8601 for exchanging information about the duration of a period.
 

Methods in org.geotools.temporal.object that return Duration
 Duration DefaultTemporalGeometricPrimitive.distance(TemporalGeometricPrimitive other)
          Returns the distance from this TM_GeometricPrimitive to another TM_GeometricPrimitive, i.e. the absolute value of the difference between their temporal positions.
 Duration DefaultTemporalGeometricPrimitive.length()
          Returns the length of this TM_GeometricPrimitive
 

Methods in org.geotools.temporal.object with parameters of type Duration
static Unit Utils.getUnitFromDuration(Duration duration)
          This method returns the nearest Unit of a Duration.
 

Uses of Duration in org.opengis.temporal
 

Subinterfaces of Duration in org.opengis.temporal
 interface IntervalLength
          A data type for intervals of time which supports the expression of duration in terms of a specified multiple of a single unit of time.
 interface PeriodDuration
          Uses the format specified by ISO 8601 for exchanging information about the duration of a period.
 

Methods in org.opengis.temporal that return Duration
 Duration Separation.distance(TemporalGeometricPrimitive other)
          Returns the distance from this temporal geometric primitive to another temporal geometric primitive.
 Duration Separation.length()
          Return the duration of this temporal geometric primitive.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.