Uses of Interface
org.geotools.api.temporal.Duration
-
Packages that use Duration Package Description org.geotools.api.temporal org.geotools.temporal.object -
-
Uses of Duration in org.geotools.api.temporal
Subinterfaces of Duration in org.geotools.api.temporal Modifier and Type Interface Description 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.geotools.api.temporal that return Duration Modifier and Type Method Description 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. -
Uses of Duration in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement Duration Modifier and Type Class Description 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 Modifier and Type Method Description Duration
DefaultTemporalGeometricPrimitive. distance(TemporalGeometricPrimitive other)
Returns the distance from this TM_GeometricPrimitive to another TM_GeometricPrimitive, i.e.Duration
DefaultTemporalGeometricPrimitive. length()
Returns the length of this TM_GeometricPrimitiveMethods in org.geotools.temporal.object with parameters of type Duration Modifier and Type Method Description static Unit
Utils. getUnitFromDuration(Duration duration)
This method returns the nearest Unit of a Duration.
-