Uses of Interface
types.collections.time.Time
Packages that use Time
Package
Description
-
Uses of Time in types.basic.tbool
Methods in types.basic.tbool with parameters of type TimeModifier and TypeMethodDescriptionstatic Temporal
TBool.from_base_time
(boolean value, Time base) Create a temporal boolean from a boolean value and a time object. -
Uses of Time in types.basic.tfloat
Methods in types.basic.tfloat with parameters of type TimeModifier and TypeMethodDescriptionstatic TFloat
TFloat.from_base_time
(float value, Time base, TInterpolation interpolation) Returns a new temporal float with the value "value" and the temporal frame of "base". -
Uses of Time in types.basic.tpoint.tgeog
Methods in types.basic.tpoint.tgeog with parameters of type TimeModifier and TypeMethodDescriptionstatic TGeogPoint
TGeogPoint.from_base_time
(org.locationtech.jts.geom.Geometry value, Time base, TInterpolation interp) Creates a temporal geographic point from a base geometry and a time value. -
Uses of Time in types.basic.tpoint.tgeom
Methods in types.basic.tpoint.tgeom with parameters of type TimeModifier and TypeMethodDescriptionstatic TGeomPoint
TGeomPoint.from_base_time
(org.locationtech.jts.geom.Geometry value, Time base, TInterpolation interp) Creates a temporal geometric point from a base geometry and a time value. -
Uses of Time in types.basic.ttext
Methods in types.basic.ttext with parameters of type TimeModifier and TypeMethodDescriptionstatic Temporal
TText.from_base_time
(String value, Time base) Create a temporal string from a string value and a time object. -
Uses of Time in types.boxes
Methods in types.boxes with parameters of type Time -
Uses of Time in types.collections.time
Classes in types.collections.time that implement TimeModifier and TypeClassDescriptionclass
Class for representing lists of distinct dates.class
Class for representing sets of contiguous dates between a lower and an upper bound.class
Class for representing lists of disjoint tstzspans.class
Class for representing lists of distinct timestamp values.class
Class for representing lists of distinct timestamp values.class
Class for representing sets of contiguous timestamps between a lower and an upper bound.class
Class for representing lists of disjoint periods.Methods in types.collections.time that return TimeModifier and TypeMethodDescriptionReturns the temporal union of "this" and "other".tstzset.intersection
(TemporalObject other) Returns the temporal intersection of "this" and "other".tstzspan.intersection
(TemporalObject other) Returns the temporal intersection of "this" and "other".tstzspanset.intersection
(Time other) Returns the temporal intersection of "this" and "other".tstzset.minus
(TemporalObject other) Returns the temporal difference of "this" and "other".tstzset.mul
(TemporalObject other) Returns the temporal intersection of "this" and "other".Returns the temporal intersection of "this" and "other".Returns the temporal intersection of "this" and "other".Returns the temporal difference of "this" and "other".tstzset.union
(TemporalObject other) Returns the temporal union of "this" and "other".Methods in types.collections.time with parameters of type TimeModifier and TypeMethodDescriptionReturns the temporal union of "this" and "other".Returns the temporal union of "this" and "other".Returns the temporal union of "this" and "other".boolean
Return whether "this" and "other" are equal.boolean
Return whether "this" and "other" are equal.boolean
tstzspan.greaterThan
(Time other) Return whether "this" is greater than "other".boolean
tstzspanset.greaterThan
(Time other) Return whether "this" is greater than "other".boolean
tstzspan.greaterThanOrEqual
(Time other) Return whether "this" is greater than or equal to "other".boolean
tstzspanset.greaterThanOrEqual
(Time other) Return whether ``self`` is greater than or equal to ``other``.tstzspanset.intersection
(Time other) Returns the temporal intersection of "this" and "other".boolean
Returns whether the bounding period of "this" is the same as the bounding period of "other".boolean
Return whether "this" is less than "other".boolean
Return whether "this" is less than "other".boolean
tstzspan.lessThanOrEqual
(Time other) Return whether "this" is less than or equal to "other".boolean
tstzspanset.lessThanOrEqual
(Time other) Return whether "this" is less than or equal to "other.Returns the temporal difference of "this" and "other".Returns the temporal difference of "this" and "other".Returns the temporal intersection of "this" and "other".Returns the temporal intersection of "this" and "other".boolean
Return whether "this" and "other" are not equal.boolean
Return whether "this" and "other" are not equal.Returns the temporal difference of "this" and "other".Returns the temporal difference of "this" and "other".Returns the temporal difference of "this" and "other".Returns the temporal union of "this" and "other".Returns the temporal union of "this" and "other". -
Uses of Time in types.temporal
Methods in types.temporal with parameters of type Time