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 TypeInterfaceDescriptioninterfaceA data type for intervals of time which supports the expression of duration in terms of a specified multiple of a single unit of time.interfaceUses 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 TypeClassDescriptionclassA data type to be used for describing length or distance in the temporal dimension.classA data type for intervals of time which supports the expression of duration in terms of a specified multiple of a single unit of time.classUses 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 UnitUtils.getUnitFromDuration(Duration duration) This method returns the nearest Unit of a Duration.