Uses of Interface
types.collections.time.Time
Package
Description
-
Uses of Time in types.basic.tbool
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
-
Uses of Time in types.collections.time
Modifier 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.Modifier 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".Modifier 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