Uses of Class
types.temporal.Temporal
Package
Description
-
Uses of Temporal 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.Modifier and TypeMethodDescriptionstatic Temporal
TBool.from_base_time
(boolean value, Time base) Create a temporal boolean from a boolean value and a time object.Modifier and TypeMethodDescriptiondefault TBool
TBool.from_base_temporal
(boolean value, Temporal base) Create a temporal Boolean from a Boolean value and the time frame of another temporal object. -
Uses of Temporal 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.Modifier and TypeMethodDescriptiondefault Temporal
TFloat.round
(int max_decimals) Returns "this" rounded to the given number of decimal digits.default Temporal
TFloat.temporal_equal
(Number other) Returns the temporal equality relation between "this" and "other".default Temporal
TFloat.temporal_greater
(Number other) Returns the temporal greater than relation between "this" and "other".default Temporal
TFloat.temporal_greater_or_equal
(Number other) Returns the temporal greater or equal relation between "this" and "other".default Temporal
TFloat.temporal_less
(Number other) Returns the temporal less than relation between "this" and "other".default Temporal
TFloat.temporal_less_or_equal
(Number other) Returns the temporal less or equal relation between "this" and "other".default Temporal
TFloat.temporal_not_equal
(Number other) Returns the temporal not equal relation between "this" and "other".default Temporal
TFloat.to_degrees
(boolean normalize) Returns a copy of "this" converted from radians to degrees.default Temporal
TFloat.to_radians()
Returns a copy of this converted from degrees to radians.Modifier and TypeMethodDescriptiondefault TFloat
TFloat.from_base_temporal
(float value, Temporal base, TInterpolation interp) Returns a new temporal float with the value "value" and the temporal frame of "base". -
Uses of Temporal 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.Modifier and TypeMethodDescriptiondefault Temporal
TInt.temporal_equal
(Object other) Returns the temporal equality relation between "this" and "other".default Temporal
TInt.temporal_greater
(Integer other) Returns the temporal greater than relation between "this" and "other".default Temporal
TInt.temporal_greater_or_equal
(Integer other) Returns the temporal greater or equal relation between "this" and "other".default Temporal
TInt.temporal_less
(Integer other) Returns the temporal less than relation between "this" and "other".default Temporal
TInt.temporal_less_or_equal
(Integer other) Returns the temporal less or equal relation between "this" and "other".default Temporal
TInt.temporal_not_equal
(Integer other) Returns the temporal not equal relation between "this" and "other".Modifier and TypeMethodDescriptiondefault TInt
TInt.from_base_temporal
(int value, Temporal base, TInterpolation interp) Returns a new temporal int with the value "value" and the temporal frame of "base". -
Uses of Temporal 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 TypeMethodDescriptionTPoint.space_split
(Float xsize, Float ysize, Float zsize, org.locationtech.jts.geom.Geometry origin, boolean bitmatrix, boolean include_border) TPoint.space_time_split
(Float xsize, Object duration, Float ysize, Float zsize, org.locationtech.jts.geom.Geometry origin, Object time_start, boolean bitmatrix, boolean include_border) Splits `self` into fragments with respect to space and tstzspan buckets. -
Uses of Temporal 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.Modifier and TypeMethodDescriptiondefault TGeogPoint
TGeogPoint.from_base_temporal
(org.locationtech.jts.geom.Geometry value, Temporal base) Creates a temporal geographic point from a base geometry and the time frame of another temporal object. -
Uses of Temporal 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.Modifier and TypeMethodDescriptiondefault TGeomPoint
TGeomPoint.from_base_temporal
(org.locationtech.jts.geom.Geometry value, Temporal base) Creates a temporal geometric point from a base geometry and the time frame of another temporal object. -
Uses of Temporal 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.Modifier and TypeMethodDescriptionstatic Temporal
TText.from_base_time
(String value, Time base) Create a temporal string from a string value and a time object.default Temporal
TText.temporal_equal_string
(String other) Returns the temporal equality relation between "this" and "other".default Temporal
TText.temporal_greater_or_equal_string
(String other) Returns the temporal greater or equal relation between "this" and "other".default Temporal
TText.temporal_greater_string
(String other) Returns the temporal greater than relation between "this" and "other".default Temporal
TText.temporal_less_or_equal_string
(String other) Returns the temporal less or equal relation between "this" and "other".default Temporal
TText.temporal_less_string
(String other) Returns the temporal less than relation between "this" and "other".default Temporal
TText.temporal_not_equal_string
(String other) Returns the temporal not equal relation between "this" and "other".Modifier and TypeMethodDescriptionstatic TText
TText.from_base_temporal
(String value, Temporal base) Create a temporal string from a string value and the time frame of another temporal object. -
Uses of Temporal in types.temporal
Modifier and TypeClassDescriptionclass
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 TypeMethodDescriptionstatic Temporal
Temporal._factory
(jnr.ffi.Pointer inner, String customType, TemporalType temporalType) Temporal.append_instant
(TInstant instant, float max_dist, Duration max_time) Returns a new :class:`Temporal` object equal to `self` with `instant` appended.Temporal.append_sequence
(TSequence sequence) Returns a newTemporal
object equal to "this" with "sequence" appended.Returns a new temporal object with the values of "this" restricted to the time "other".Temporal.at_max()
Returns a new temporal object containing the times "this" is at its maximum value.Temporal.at_min()
Returns a new temporal object containing the times "this" is at its minimum value.Temporal.copy()
Returns a copy of the temporal object.private static Temporal
Factory.create_instant
(jnr.ffi.Pointer inner, String customType) private static Temporal
Factory.create_sequence
(jnr.ffi.Pointer inner, String customType) private static Temporal
Factory.create_sequenceset
(jnr.ffi.Pointer inner, String customType) static Temporal
Factory.create_temporal
(jnr.ffi.Pointer inner, String customType, TemporalType temporalType) Returns a new :class:`Temporal` object equal to `self` with elements at `other` removed.Temporal.end_instant()
Returns the last instant in "this".Temporal.from_hexwkb
(String str) Returns a temporal object from a hex-encoded WKB string.Temporal.from_merge
(jnr.ffi.Pointer temporals) Returns a temporal object that is the result of merging the given temporal objects.Temporal.from_merge_array
(List<Temporal> temporals) Returns a temporal object that is the result of merging the given temporal objects.Temporal.from_wkb
(jnr.ffi.Pointer wkb, long size) Returns a temporal object from WKB bytes.Returns a newTemporal
object equal to "this" with "other" inserted.Returns a newTemporal
object equal to "this" with "other" inserted.Temporal.instant_n
(int n) Returns the n-th instant in "this".Temporal.max_instant()
Returns the instant in "this" with the maximum value.Returns a new :class:`Temporal` object that is the result of merging `self` with `other`.Temporal.min_instant()
Returns the instant in "this" with the minimum value.Returns a new temporal object with the values of "this" removing those happening at "other".Temporal.minus_max()
Returns a new temporal object containing the times "this" is not at its maximum value.Temporal.minus_min()
Returns a new temporal object containing the times "this" is not at its minimum value.Temporal.scale_time
(Duration duration) Returns a new :class:`Temporal` scaled so the temporal dimension has duration ``duration``.Temporal.set_interpolation
(TInterpolation interpolation) Returns a newTemporal
object equal to "this" with the given interpolation.Temporal.shift_scale_time
(Duration shift, Duration scale) Returns a new :class:`Temporal` with the time dimension shifted by ``shift`` and scaled so the temporal dimension has duration ``duration``.Temporal.shift_time
(Duration duration) Returns a new :class:`Temporal` with the temporal dimension shifted by ``delta``.Temporal.start_instant()
Returns the first instant in "this".Return the subsequences where the objects stay within an area with a given maximum size for at least the specified duration.Temporal.temporal_precision
(Object duration, Object start) Returns a new :class:`Temporal` with precision reduced to ``duration``.Temporal.temporal_sample
(Object duration, Object start, TInterpolation interpolation) Returns a new :class:`Temporal` downsampled with respect to ``duration``.Temporal.to_instant()
Returns "this" as aTInstant
.Temporal.to_sequence
(TInterpolation interpolation) Converts "this" into aTSequence
.Temporal.to_sequenceset
(TInterpolation interpolation) Returns "this" as a newTSequenceSet
.Returns a newTemporal
object equal to "this" updated with "other".Returns a newTemporal
object equal to "this" updated with "other".Modifier and TypeMethodDescriptionTemporal.instants()
Returns the instants in `self`.Temporal.segments()
Returns the temporal segments in `self`.Temporal.time_split
(Object duration, Object start) Temporal.time_split_n
(int n) Temporal.values()
Returns the list of values taken by `self`.Modifier and TypeMethodDescriptionfloat
Temporal.dyntimewarp_distance
(Temporal other) Returns the Dynamic Time Warp distance between "this" and "other".boolean
Returns whether "this" is equal to "other".float
Temporal.frechet_distance
(Temporal other) Returns the Frechet distance between "this" and "other".boolean
Temporal.greaterThan
(Temporal other) Returns whether "this" is greater than "other".boolean
Temporal.greaterThanOrEqual
(Temporal other) Returns whether "this" is greater or equal than "other".float
Temporal.hausdorff_distance
(Temporal other) Returns the Hausdorff distance between "this" and "other".Returns a newTemporal
object equal to "this" with "other" inserted.Returns a newTemporal
object equal to "this" with "other" inserted.boolean
Returns whether "this" is less than "other".boolean
Temporal.lessThanOrEqual
(Temporal other) Returns whether "this" is less or equal than "other".boolean
Returns whether "this" is not equal to "other".Returns a newTemporal
object equal to "this" updated with "other".Returns a newTemporal
object equal to "this" updated with "other".Modifier and TypeMethodDescriptionTemporal.from_merge_array
(List<Temporal> temporals) Returns a temporal object that is the result of merging the given temporal objects.