Uses of Interface
org.geotools.api.temporal.Duration
Packages that use Duration
-
Uses of Duration in org.geotools.api.temporal
Subinterfaces of Duration in org.geotools.api.temporalModifier and TypeInterfaceDescriptioninterface
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
Uses the format specified by ISO 8601 for exchanging information about the duration of a period.Methods in org.geotools.api.temporal that return DurationModifier and TypeMethodDescriptionSeparation.distance
(TemporalGeometricPrimitive other) Returns the distance from this temporal geometric primitive to another temporal geometric primitive.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 DurationModifier and TypeClassDescriptionclass
A data type to be used for describing length or distance in the temporal dimension.class
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
Uses the format specified by ISO 8601 for exchanging information about the duration of a period.Methods in org.geotools.temporal.object that return DurationModifier and TypeMethodDescriptionDefaultTemporalGeometricPrimitive.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.DefaultTemporalGeometricPrimitive.length()
Returns the length of this TM_GeometricPrimitiveMethods in org.geotools.temporal.object with parameters of type DurationModifier and TypeMethodDescriptionstatic Unit
Utils.getUnitFromDuration
(Duration duration) This method returns the nearest Unit of a Duration.