Uses of Interface
types.TemporalObject
Package
Description
-
Uses of TemporalObject in types.basic.tbool
Modifier and TypeClassDescriptionclass
Temporal boolean instant class inherited from temporal instant.class
Temporal boolean sequence class inherited from temporal sequence.class
Temporal boolean sequence set class inherited from temporal sequence set. -
Uses of TemporalObject in types.basic.tfloat
Modifier and TypeClassDescriptionclass
Temporal float instant class inherited from temporal instant.class
Temporal float sequence class inherited from temporal sequence.class
Temporal float sequence set class inherited from temporal sequence set. -
Uses of TemporalObject in types.basic.tint
Modifier and TypeClassDescriptionclass
Temporal integer instant class inherited from temporal instant.class
Temporal integer sequence class inherited from temporal sequence.class
Temporal integer sequence set class inherited from temporal sequence set. -
Uses of TemporalObject in types.basic.tnumber
Modifier and TypeMethodDescriptiondefault boolean
TNumber.is_left
(TemporalObject other) Returns whether the bounding box of "this" is left to the bounding box of "other".default boolean
TNumber.is_over_or_left
(TemporalObject other) Returns whether the bounding box of "this" is over or left to the bounding box of "other".default boolean
TNumber.is_over_or_right
(TemporalObject other) Returns whether the bounding box of "this" is over or right to the bounding box of "other".default boolean
TNumber.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
Modifier and TypeClassDescriptionclass
Base abstract class for TGeomPointInt and TGeogPointIntclass
Base abstract class for TGeomPointSeq and TGeogPointSeqclass
Base abstract class for TGeomPointSeqSet and TGeogPointSeqSetModifier and TypeMethodDescriptiondefault boolean
TPoint.is_above
(TemporalObject other) Returns whether the bounding box of "this" is above to the bounding box of "other".default boolean
TPoint.is_behind
(TemporalObject other) Returns whether the bounding box of "this" is behind to the bounding box of "other".default boolean
TPoint.is_below
(TemporalObject other) Returns whether the bounding box of "this" is below to the bounding box of "other".default boolean
TPoint.is_front
(TemporalObject other) Returns whether the bounding box of "this" is front to the bounding box of "other".default boolean
TPoint.is_left
(TemporalObject other) Returns whether the bounding box of "this" is left to the bounding box of "other".default boolean
TPoint.is_over_or_above
(TemporalObject other) Returns whether the bounding box of "this" is over or above to the bounding box of "other".default boolean
TPoint.is_over_or_behind
(TemporalObject other) Returns whether the bounding box of "this" is over or behind to the bounding box of "other".default boolean
TPoint.is_over_or_below
(TemporalObject other) Returns whether the bounding box of "this" is over or below to the bounding box of "other".default boolean
TPoint.is_over_or_front
(TemporalObject other) Returns whether the bounding box of "this" is over or front to the bounding box of "other".default boolean
TPoint.is_over_or_left
(TemporalObject other) Returns whether the bounding box of "this" is over or left to the bounding box of "other".default boolean
TPoint.is_over_or_right
(TemporalObject other) Returns whether the bounding box of "this" is over or right to the bounding box of "other".default boolean
TPoint.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
Modifier and TypeClassDescriptionclass
Temporal geographic point instant class inherited from temporal point instant and implementing temporal geographic point.class
Temporal geographic point sequence class inherited from temporal point sequence and implementing temporal geographic point.class
Temporal geographic point sequence set class inherited from temporal point sequence set and implementing temporal geographic point. -
Uses of TemporalObject in types.basic.tpoint.tgeom
Modifier and TypeClassDescriptionclass
Temporal geometric point instant class inherited from temporal point instant and implementing temporal geometric point.class
Temporal geometric point sequence class inherited from temporal point sequence and implementing temporal geometric point.class
Temporal geometric point sequence set class inherited from temporal point sequence set and implementing temporal geometric point. -
Uses of TemporalObject in types.basic.ttext
Modifier and TypeClassDescriptionclass
Temporal text instant class inherited from temporal instant.class
Temporal text sequence class inherited from temporal sequence.class
Temporal text sequence set class inherited from temporal sequence set. -
Uses of TemporalObject in types.boxes
Modifier and TypeInterfaceDescriptioninterface
Interface to define a box from which STbox and TBox are inherited.Modifier and TypeClassDescriptionclass
Class for representing a spatio-temporal box.class
Class for representing numeric temporal boxes.Modifier and TypeMethodDescriptionSTBox._get_box
(TemporalObject other) boolean
STBox.contains
(TemporalObject other) Returns whether "this" contains `content`.boolean
STBox.is_above
(TemporalObject other) Returns whether "this" is strictly above "other".boolean
STBox.is_adjacent
(TemporalObject other) Returns whether ``self`` and `other` are adjacent.boolean
STBox.is_after
(TemporalObject other) Returns whether "this" is strictly after "other".boolean
STBox.is_before
(TemporalObject other) Returns whether "this" is strictly before "other".boolean
STBox.is_behind
(TemporalObject other) Returns whether "this" is strictly behind "other".boolean
STBox.is_below
(TemporalObject other) Returns whether "this" is strictly below "other".boolean
STBox.is_contained_in
(TemporalObject other) Returns whether "this" is contained in "other".boolean
STBox.is_front
(TemporalObject other) Returns whether "this" is strictly in front of "other".boolean
STBox.is_left
(TemporalObject other) Returns whether "this" is strictly to the left of "other".boolean
STBox.is_over_or_above
(TemporalObject other) Returns whether "this" is above "other" allowing for overlap.boolean
STBox.is_over_or_after
(TemporalObject other) Returns whether "this" is after "other" allowing for overlap.boolean
STBox.is_over_or_before
(TemporalObject other) Returns whether "this" is before "other" allowing for overlap.boolean
STBox.is_over_or_behind
(TemporalObject other) Returns whether "this" is behind "other" allowing for overlap.boolean
STBox.is_over_or_below
(TemporalObject other) Returns whether "this" is below "other" allowing for overlap.boolean
STBox.is_over_or_front
(TemporalObject other) Returns whether "this" is in front of "other" allowing for overlap.boolean
STBox.is_over_or_left
(TemporalObject other) Returns whether "this" is to the left "other" allowing for overlap.boolean
STBox.is_over_or_right
(TemporalObject other) Returns whether "this" is to the right of "other" allowing for overlap.boolean
STBox.is_right
(TemporalObject other) Returns whether "this" is strictly to the right of "other".boolean
STBox.is_same
(TemporalObject other) Returns whether "this" is the same as "other".boolean
STBox.overlaps
(TemporalObject other) Returns whether "this" overlaps "other". -
Uses of TemporalObject in types.collections.base
-
Uses of TemporalObject in types.collections.geo
Modifier and TypeClassDescriptionclass
Class representing a set of geography object inheriting from GeoSetclass
Class representing a set of geography object inheriting from GeoSetclass
Abstract class representing a set of geo object inheriting from set type. -
Uses of TemporalObject in types.collections.number
Modifier and TypeClassDescriptionclass
Class for representing a set of text values.class
Class for representing sets of contiguous float values between a lower and an upper bound.class
Class for representing lists of disjoint floatspans.class
Class for representing a set of text values.class
Class for representing sets of contiguous integer values between a lower and an upper bound.class
Class for representing lists of disjoint intspans. -
Uses of TemporalObject in types.collections.text
-
Uses of TemporalObject 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 TypeMethodDescriptionboolean
tstzset.contains
(TemporalObject other) Returns whether "this" temporally contains "other".boolean
tstzspan.contains
(TemporalObject other) Returns whether "this" temporally contains "other".boolean
tstzspanset.contains
(TemporalObject other) Returns whether ``self`` temporally contains ``content``.double
tstzspan.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".boolean
tstzset.is_adjacent
(TemporalObject other) Returns whether "this" is temporally adjacent to "other".boolean
tstzspan.is_adjacent
(TemporalObject other) Returns whether "this" is temporally adjacent to "other".boolean
tstzspanset.is_adjacent
(TemporalObject other) Returns whether "this" is temporally adjacent to "other".boolean
tstzset.is_after
(TemporalObject other) Returns whether "this" is strictly after "other".boolean
tstzspan.is_after
(TemporalObject other) Returns whether "this" is strictly after "other".boolean
tstzspanset.is_after
(TemporalObject other) Returns whether "this" is strictly after "other".That is, "this" starts after "other" ends.boolean
tstzset.is_before
(TemporalObject other) Returns whether "this" is strictly before "other".boolean
tstzspan.is_before
(TemporalObject other) Returns whether "this" is strictly before "other".boolean
tstzspanset.is_before
(TemporalObject other) Returns whether "this" is strictly before "other".boolean
tstzset.is_contained_in
(TemporalObject other) Returns whether "this" is temporally contained in "other".boolean
tstzspan.is_contained_in
(TemporalObject other) Returns whether "this" is temporally contained in "container".boolean
tstzspanset.is_contained_in
(TemporalObject other) Returns whether "this" is temporally contained in "other".boolean
tstzset.is_over_or_after
(TemporalObject other) Returns whether "this" is after "other" allowing overlap.boolean
tstzspan.is_over_or_after
(TemporalObject other) Returns whether "this" is after "other" allowing overlap.boolean
tstzspanset.is_over_or_after
(TemporalObject other) Returns whether "this" is after "other" allowing overlap.boolean
tstzset.is_over_or_before
(TemporalObject other) Returns whether "this" is before "other" allowing overlap.boolean
tstzspan.is_over_or_before
(TemporalObject other) Returns whether "this" is before "other" allowing overlap.boolean
tstzspanset.is_over_or_before
(TemporalObject other) Returns whether "this" is before "other" allowing overlap.boolean
tstzspan.is_same
(TemporalObject other) Returns whether "this" and the bounding period of "other" is the same.boolean
tstzspanset.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".boolean
tstzset.overlaps
(TemporalObject other) Returns whether "this" temporally overlaps "other".boolean
tstzspan.overlaps
(TemporalObject other) Returns whether "this" temporally overlaps "other".boolean
tstzspanset.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
Modifier and TypeClassDescriptionclass
Temporal<V extends Serializable>
Abstract class for Temporal sub typesclass
TInstant<V extends Serializable>
Base class for all temporal instantclass
TSequence<V extends Serializable>
Base class for all temporal sequenceclass
TSequenceSet<V extends Serializable>
Base class for all temporal sequence setModifier and TypeMethodDescriptionboolean
Temporal.contains
(TemporalObject other) Returns whether the bounding period of "this" contains the bounding period of "other".boolean
Temporal.is_adjacent
(TemporalObject other) Returns whether the bounding box of "this" is adjacent to the bounding box of "other".boolean
Temporal.is_after
(TemporalObject other) Returns whether "this" is after "other".boolean
Temporal.is_before
(TemporalObject other) Returns whether "this" is before "other".boolean
Temporal.is_contained_in
(TemporalObject other) Returns whether the bounding period of "this "is contained in the bounding period of "other".boolean
Temporal.is_over_or_after
(TemporalObject other) Returns whether "this" is after "other" allowing overlap.boolean
Temporal.is_over_or_before
(TemporalObject other) Returns whether "this" is before "other" allowing overlap.boolean
Temporal.is_same
(TemporalObject other) Returns whether the bounding period of "this" is the same as the bounding period of "other".boolean
Temporal.is_temporally_adjacent
(TemporalObject other) Returns whether the bounding period of "this" is temporally adjacent to the bounding period of "other".boolean
Temporal.is_temporally_contained_in
(TemporalObject other) Returns whether the bounding period of "this" is contained in the bounding period of "other".boolean
Temporal.overlaps
(TemporalObject other) Returns whether the bounding period of "this" overlaps the bounding period of "other".boolean
Temporal.temporally_contains
(TemporalObject other) Returns whether the bounding period of "this" contains the bounding period of "other".boolean
Temporal.temporally_overlaps
(TemporalObject other) Returns whether the bounding period of "this" overlaps the bounding period of "other".