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 TemporalTBool.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 TFloatTFloat.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 TGeogPointTGeogPoint.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 TGeomPointTGeomPoint.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 TemporalTText.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 TypeClassDescriptionclassClass for representing lists of distinct dates.classClass for representing sets of contiguous dates between a lower and an upper bound.classClass for representing lists of disjoint tstzspans.classClass for representing lists of distinct timestamp values.classClass for representing lists of distinct timestamp values.classClass for representing sets of contiguous timestamps between a lower and an upper bound.classClass 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".booleanReturn whether "this" and "other" are equal.booleanReturn whether "this" and "other" are equal.booleantstzspan.greaterThan(Time other) Return whether "this" is greater than "other".booleantstzspanset.greaterThan(Time other) Return whether "this" is greater than "other".booleantstzspan.greaterThanOrEqual(Time other) Return whether "this" is greater than or equal to "other".booleantstzspanset.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".booleanReturns whether the bounding period of "this" is the same as the bounding period of "other".booleanReturn whether "this" is less than "other".booleanReturn whether "this" is less than "other".booleantstzspan.lessThanOrEqual(Time other) Return whether "this" is less than or equal to "other".booleantstzspanset.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".booleanReturn whether "this" and "other" are not equal.booleanReturn 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