Uses of Interface
types.TemporalObject
Packages that use TemporalObject
Package
Description
-
Uses of TemporalObject in types.basic.tbool
Classes in types.basic.tbool that implement TemporalObjectModifier and TypeClassDescriptionclassTemporal boolean instant class inherited from temporal instant.classTemporal boolean sequence class inherited from temporal sequence.classTemporal boolean sequence set class inherited from temporal sequence set. -
Uses of TemporalObject in types.basic.tfloat
Classes in types.basic.tfloat that implement TemporalObjectModifier and TypeClassDescriptionclassTemporal float instant class inherited from temporal instant.classTemporal float sequence class inherited from temporal sequence.classTemporal float sequence set class inherited from temporal sequence set. -
Uses of TemporalObject in types.basic.tint
Classes in types.basic.tint that implement TemporalObjectModifier and TypeClassDescriptionclassTemporal integer instant class inherited from temporal instant.classTemporal integer sequence class inherited from temporal sequence.classTemporal integer sequence set class inherited from temporal sequence set. -
Uses of TemporalObject in types.basic.tnumber
Methods in types.basic.tnumber with parameters of type TemporalObjectModifier and TypeMethodDescriptiondefault booleanTNumber.is_left(TemporalObject other) Returns whether the bounding box of "this" is left to the bounding box of "other".default booleanTNumber.is_over_or_left(TemporalObject other) Returns whether the bounding box of "this" is over or left to the bounding box of "other".default booleanTNumber.is_over_or_right(TemporalObject other) Returns whether the bounding box of "this" is over or right to the bounding box of "other".default booleanTNumber.is_right(TemporalObject other) Returns whether the bounding box of "this" is right to the bounding box of "other". -
Uses of TemporalObject in types.basic.tpoint
Classes in types.basic.tpoint that implement TemporalObjectModifier and TypeClassDescriptionclassBase abstract class for TGeomPointInt and TGeogPointIntclassBase abstract class for TGeomPointSeq and TGeogPointSeqclassBase abstract class for TGeomPointSeqSet and TGeogPointSeqSetMethods in types.basic.tpoint with parameters of type TemporalObjectModifier and TypeMethodDescriptiondefault booleanTPoint.is_above(TemporalObject other) Returns whether the bounding box of "this" is above to the bounding box of "other".default booleanTPoint.is_behind(TemporalObject other) Returns whether the bounding box of "this" is behind to the bounding box of "other".default booleanTPoint.is_below(TemporalObject other) Returns whether the bounding box of "this" is below to the bounding box of "other".default booleanTPoint.is_front(TemporalObject other) Returns whether the bounding box of "this" is front to the bounding box of "other".default booleanTPoint.is_left(TemporalObject other) Returns whether the bounding box of "this" is left to the bounding box of "other".default booleanTPoint.is_over_or_above(TemporalObject other) Returns whether the bounding box of "this" is over or above to the bounding box of "other".default booleanTPoint.is_over_or_behind(TemporalObject other) Returns whether the bounding box of "this" is over or behind to the bounding box of "other".default booleanTPoint.is_over_or_below(TemporalObject other) Returns whether the bounding box of "this" is over or below to the bounding box of "other".default booleanTPoint.is_over_or_front(TemporalObject other) Returns whether the bounding box of "this" is over or front to the bounding box of "other".default booleanTPoint.is_over_or_left(TemporalObject other) Returns whether the bounding box of "this" is over or left to the bounding box of "other".default booleanTPoint.is_over_or_right(TemporalObject other) Returns whether the bounding box of "this" is over or right to the bounding box of "other".default booleanTPoint.is_right(TemporalObject other) Returns whether the bounding box of "this" is right to the bounding box of "other". -
Uses of TemporalObject in types.basic.tpoint.tgeog
Classes in types.basic.tpoint.tgeog that implement TemporalObjectModifier and TypeClassDescriptionclassTemporal geographic point instant class inherited from temporal point instant and implementing temporal geographic point.classTemporal geographic point sequence class inherited from temporal point sequence and implementing temporal geographic point.classTemporal geographic point sequence set class inherited from temporal point sequence set and implementing temporal geographic point. -
Uses of TemporalObject in types.basic.tpoint.tgeom
Classes in types.basic.tpoint.tgeom that implement TemporalObjectModifier and TypeClassDescriptionclassTemporal geometric point instant class inherited from temporal point instant and implementing temporal geometric point.classTemporal geometric point sequence class inherited from temporal point sequence and implementing temporal geometric point.classTemporal geometric point sequence set class inherited from temporal point sequence set and implementing temporal geometric point. -
Uses of TemporalObject in types.basic.ttext
Classes in types.basic.ttext that implement TemporalObjectModifier and TypeClassDescriptionclassTemporal text instant class inherited from temporal instant.classTemporal text sequence class inherited from temporal sequence.classTemporal text sequence set class inherited from temporal sequence set. -
Uses of TemporalObject in types.boxes
Subinterfaces of TemporalObject in types.boxesModifier and TypeInterfaceDescriptioninterfaceInterface to define a box from which STbox and TBox are inherited.Classes in types.boxes that implement TemporalObjectModifier and TypeClassDescriptionclassClass for representing a spatio-temporal box.classClass for representing numeric temporal boxes.Methods in types.boxes with parameters of type TemporalObjectModifier and TypeMethodDescriptionSTBox._get_box(TemporalObject other) booleanSTBox.contains(TemporalObject other) Returns whether "this" contains `content`.booleanSTBox.is_above(TemporalObject other) Returns whether "this" is strictly above "other".booleanSTBox.is_adjacent(TemporalObject other) Returns whether ``self`` and `other` are adjacent.booleanSTBox.is_after(TemporalObject other) Returns whether "this" is strictly after "other".booleanSTBox.is_before(TemporalObject other) Returns whether "this" is strictly before "other".booleanSTBox.is_behind(TemporalObject other) Returns whether "this" is strictly behind "other".booleanSTBox.is_below(TemporalObject other) Returns whether "this" is strictly below "other".booleanSTBox.is_contained_in(TemporalObject other) Returns whether "this" is contained in "other".booleanSTBox.is_front(TemporalObject other) Returns whether "this" is strictly in front of "other".booleanSTBox.is_left(TemporalObject other) Returns whether "this" is strictly to the left of "other".booleanSTBox.is_over_or_above(TemporalObject other) Returns whether "this" is above "other" allowing for overlap.booleanSTBox.is_over_or_after(TemporalObject other) Returns whether "this" is after "other" allowing for overlap.booleanSTBox.is_over_or_before(TemporalObject other) Returns whether "this" is before "other" allowing for overlap.booleanSTBox.is_over_or_behind(TemporalObject other) Returns whether "this" is behind "other" allowing for overlap.booleanSTBox.is_over_or_below(TemporalObject other) Returns whether "this" is below "other" allowing for overlap.booleanSTBox.is_over_or_front(TemporalObject other) Returns whether "this" is in front of "other" allowing for overlap.booleanSTBox.is_over_or_left(TemporalObject other) Returns whether "this" is to the left "other" allowing for overlap.booleanSTBox.is_over_or_right(TemporalObject other) Returns whether "this" is to the right of "other" allowing for overlap.booleanSTBox.is_right(TemporalObject other) Returns whether "this" is strictly to the right of "other".booleanSTBox.is_same(TemporalObject other) Returns whether "this" is the same as "other".booleanSTBox.overlaps(TemporalObject other) Returns whether "this" overlaps "other". -
Uses of TemporalObject in types.collections.base
Subinterfaces of TemporalObject in types.collections.baseClasses in types.collections.base that implement TemporalObject -
Uses of TemporalObject in types.collections.geo
Classes in types.collections.geo that implement TemporalObjectModifier and TypeClassDescriptionclassClass representing a set of geography object inheriting from GeoSetclassClass representing a set of geography object inheriting from GeoSetclassAbstract class representing a set of geo object inheriting from set type. -
Uses of TemporalObject in types.collections.number
Classes in types.collections.number that implement TemporalObjectModifier and TypeClassDescriptionclassClass for representing a set of text values.classClass for representing sets of contiguous float values between a lower and an upper bound.classClass for representing lists of disjoint floatspans.classClass for representing a set of text values.classClass for representing sets of contiguous integer values between a lower and an upper bound.classClass for representing lists of disjoint intspans. -
Uses of TemporalObject in types.collections.text
Classes in types.collections.text that implement TemporalObject -
Uses of TemporalObject in types.collections.time
Subinterfaces of TemporalObject in types.collections.timeClasses in types.collections.time that implement TemporalObjectModifier 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 with parameters of type TemporalObjectModifier and TypeMethodDescriptionbooleantstzset.contains(TemporalObject other) Returns whether "this" temporally contains "other".booleantstzspan.contains(TemporalObject other) Returns whether "this" temporally contains "other".booleantstzspanset.contains(TemporalObject other) Returns whether ``self`` temporally contains ``content``.doubletstzspan.distance(TemporalObject other) Returns the temporal distance between "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".booleantstzset.is_adjacent(TemporalObject other) Returns whether "this" is temporally adjacent to "other".booleantstzspan.is_adjacent(TemporalObject other) Returns whether "this" is temporally adjacent to "other".booleantstzspanset.is_adjacent(TemporalObject other) Returns whether "this" is temporally adjacent to "other".booleantstzset.is_after(TemporalObject other) Returns whether "this" is strictly after "other".booleantstzspan.is_after(TemporalObject other) Returns whether "this" is strictly after "other".booleantstzspanset.is_after(TemporalObject other) Returns whether "this" is strictly after "other".That is, "this" starts after "other" ends.booleantstzset.is_before(TemporalObject other) Returns whether "this" is strictly before "other".booleantstzspan.is_before(TemporalObject other) Returns whether "this" is strictly before "other".booleantstzspanset.is_before(TemporalObject other) Returns whether "this" is strictly before "other".booleantstzset.is_contained_in(TemporalObject other) Returns whether "this" is temporally contained in "other".booleantstzspan.is_contained_in(TemporalObject other) Returns whether "this" is temporally contained in "container".booleantstzspanset.is_contained_in(TemporalObject other) Returns whether "this" is temporally contained in "other".booleantstzset.is_over_or_after(TemporalObject other) Returns whether "this" is after "other" allowing overlap.booleantstzspan.is_over_or_after(TemporalObject other) Returns whether "this" is after "other" allowing overlap.booleantstzspanset.is_over_or_after(TemporalObject other) Returns whether "this" is after "other" allowing overlap.booleantstzset.is_over_or_before(TemporalObject other) Returns whether "this" is before "other" allowing overlap.booleantstzspan.is_over_or_before(TemporalObject other) Returns whether "this" is before "other" allowing overlap.booleantstzspanset.is_over_or_before(TemporalObject other) Returns whether "this" is before "other" allowing overlap.booleantstzspan.is_same(TemporalObject other) Returns whether "this" and the bounding period of "other" is the same.booleantstzspanset.is_same(TemporalObject other) Returns whether the bounding period of "this" is the same as the bounding period of "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".booleantstzset.overlaps(TemporalObject other) Returns whether "this" temporally overlaps "other".booleantstzspan.overlaps(TemporalObject other) Returns whether "this" temporally overlaps "other".booleantstzspanset.overlaps(TemporalObject other) Returns whether "this" temporally overlaps "other".tstzset.union(TemporalObject other) Returns the temporal union of "this" and "other". -
Uses of TemporalObject in types.temporal
Classes in types.temporal that implement TemporalObjectModifier and TypeClassDescriptionclassTemporal<V extends Serializable>Abstract class for Temporal sub typesclassTInstant<V extends Serializable>Base class for all temporal instantclassTSequence<V extends Serializable>Base class for all temporal sequenceclassTSequenceSet<V extends Serializable>Base class for all temporal sequence setMethods in types.temporal with parameters of type TemporalObjectModifier and TypeMethodDescriptionbooleanTemporal.contains(TemporalObject other) Returns whether the bounding period of "this" contains the bounding period of "other".booleanTemporal.is_adjacent(TemporalObject other) Returns whether the bounding box of "this" is adjacent to the bounding box of "other".booleanTemporal.is_after(TemporalObject other) Returns whether "this" is after "other".booleanTemporal.is_before(TemporalObject other) Returns whether "this" is before "other".booleanTemporal.is_contained_in(TemporalObject other) Returns whether the bounding period of "this "is contained in the bounding period of "other".booleanTemporal.is_over_or_after(TemporalObject other) Returns whether "this" is after "other" allowing overlap.booleanTemporal.is_over_or_before(TemporalObject other) Returns whether "this" is before "other" allowing overlap.booleanTemporal.is_same(TemporalObject other) Returns whether the bounding period of "this" is the same as the bounding period of "other".booleanTemporal.is_temporally_adjacent(TemporalObject other) Returns whether the bounding period of "this" is temporally adjacent to the bounding period of "other".booleanTemporal.is_temporally_contained_in(TemporalObject other) Returns whether the bounding period of "this" is contained in the bounding period of "other".booleanTemporal.overlaps(TemporalObject other) Returns whether the bounding period of "this" overlaps the bounding period of "other".booleanTemporal.temporally_contains(TemporalObject other) Returns whether the bounding period of "this" contains the bounding period of "other".booleanTemporal.temporally_overlaps(TemporalObject other) Returns whether the bounding period of "this" overlaps the bounding period of "other".