Uses of Class
types.temporal.Temporal
Packages that use Temporal
Package
Description
-
Uses of Temporal in types.basic.tbool
Subclasses of Temporal in types.basic.tboolModifier 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.Methods in types.basic.tbool that return TemporalModifier and TypeMethodDescriptionstatic TemporalTBool.from_base_time(boolean value, Time base) Create a temporal boolean from a boolean value and a time object.Methods in types.basic.tbool with parameters of type TemporalModifier and TypeMethodDescriptiondefault TBoolTBool.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
Subclasses of Temporal in types.basic.tfloatModifier 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.Methods in types.basic.tfloat that return TemporalModifier and TypeMethodDescriptiondefault TemporalTFloat.round(int max_decimals) Returns "this" rounded to the given number of decimal digits.default TemporalTFloat.temporal_equal(Number other) Returns the temporal equality relation between "this" and "other".default TemporalTFloat.temporal_greater(Number other) Returns the temporal greater than relation between "this" and "other".default TemporalTFloat.temporal_greater_or_equal(Number other) Returns the temporal greater or equal relation between "this" and "other".default TemporalTFloat.temporal_less(Number other) Returns the temporal less than relation between "this" and "other".default TemporalTFloat.temporal_less_or_equal(Number other) Returns the temporal less or equal relation between "this" and "other".default TemporalTFloat.temporal_not_equal(Number other) Returns the temporal not equal relation between "this" and "other".default TemporalTFloat.to_degrees(boolean normalize) Returns a copy of "this" converted from radians to degrees.default TemporalTFloat.to_radians()Returns a copy of this converted from degrees to radians.Methods in types.basic.tfloat with parameters of type TemporalModifier and TypeMethodDescriptiondefault TFloatTFloat.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
Subclasses of Temporal in types.basic.tintModifier 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.Methods in types.basic.tint that return TemporalModifier and TypeMethodDescriptiondefault TemporalTInt.temporal_equal(Object other) Returns the temporal equality relation between "this" and "other".default TemporalTInt.temporal_greater(Integer other) Returns the temporal greater than relation between "this" and "other".default TemporalTInt.temporal_greater_or_equal(Integer other) Returns the temporal greater or equal relation between "this" and "other".default TemporalTInt.temporal_less(Integer other) Returns the temporal less than relation between "this" and "other".default TemporalTInt.temporal_less_or_equal(Integer other) Returns the temporal less or equal relation between "this" and "other".default TemporalTInt.temporal_not_equal(Integer other) Returns the temporal not equal relation between "this" and "other".Methods in types.basic.tint with parameters of type TemporalModifier and TypeMethodDescriptiondefault TIntTInt.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
Subclasses of Temporal in types.basic.tpointModifier and TypeClassDescriptionclassBase abstract class for TGeomPointInt and TGeogPointIntclassBase abstract class for TGeomPointSeq and TGeogPointSeqclassBase abstract class for TGeomPointSeqSet and TGeogPointSeqSetMethods in types.basic.tpoint that return types with arguments of type TemporalModifier 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
Subclasses of Temporal in types.basic.tpoint.tgeogModifier 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.Methods in types.basic.tpoint.tgeog with parameters of type TemporalModifier and TypeMethodDescriptiondefault TGeogPointTGeogPoint.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
Subclasses of Temporal in types.basic.tpoint.tgeomModifier 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.Methods in types.basic.tpoint.tgeom with parameters of type TemporalModifier and TypeMethodDescriptiondefault TGeomPointTGeomPoint.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
Subclasses of Temporal in types.basic.ttextModifier 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.Methods in types.basic.ttext that return TemporalModifier and TypeMethodDescriptionstatic TemporalTText.from_base_time(String value, Time base) Create a temporal string from a string value and a time object.default TemporalTText.temporal_equal_string(String other) Returns the temporal equality relation between "this" and "other".default TemporalTText.temporal_greater_or_equal_string(String other) Returns the temporal greater or equal relation between "this" and "other".default TemporalTText.temporal_greater_string(String other) Returns the temporal greater than relation between "this" and "other".default TemporalTText.temporal_less_or_equal_string(String other) Returns the temporal less or equal relation between "this" and "other".default TemporalTText.temporal_less_string(String other) Returns the temporal less than relation between "this" and "other".default TemporalTText.temporal_not_equal_string(String other) Returns the temporal not equal relation between "this" and "other".Methods in types.basic.ttext with parameters of type TemporalModifier and TypeMethodDescriptionstatic TTextTText.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
Subclasses of Temporal in types.temporalModifier and TypeClassDescriptionclassTInstant<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 that return TemporalModifier and TypeMethodDescriptionstatic TemporalTemporal._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 newTemporalobject 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 TemporalFactory.create_instant(jnr.ffi.Pointer inner, String customType) private static TemporalFactory.create_sequence(jnr.ffi.Pointer inner, String customType) private static TemporalFactory.create_sequenceset(jnr.ffi.Pointer inner, String customType) static TemporalFactory.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 newTemporalobject equal to "this" with "other" inserted.Returns a newTemporalobject 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 newTemporalobject 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 newTemporalobject equal to "this" updated with "other".Returns a newTemporalobject equal to "this" updated with "other".Methods in types.temporal that return types with arguments of type TemporalModifier 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`.Methods in types.temporal with parameters of type TemporalModifier and TypeMethodDescriptionfloatTemporal.dyntimewarp_distance(Temporal other) Returns the Dynamic Time Warp distance between "this" and "other".booleanReturns whether "this" is equal to "other".floatTemporal.frechet_distance(Temporal other) Returns the Frechet distance between "this" and "other".booleanTemporal.greaterThan(Temporal other) Returns whether "this" is greater than "other".booleanTemporal.greaterThanOrEqual(Temporal other) Returns whether "this" is greater or equal than "other".floatTemporal.hausdorff_distance(Temporal other) Returns the Hausdorff distance between "this" and "other".Returns a newTemporalobject equal to "this" with "other" inserted.Returns a newTemporalobject equal to "this" with "other" inserted.booleanReturns whether "this" is less than "other".booleanTemporal.lessThanOrEqual(Temporal other) Returns whether "this" is less or equal than "other".booleanReturns whether "this" is not equal to "other".Returns a newTemporalobject equal to "this" updated with "other".Returns a newTemporalobject equal to "this" updated with "other".Method parameters in types.temporal with type arguments of type TemporalModifier and TypeMethodDescriptionTemporal.from_merge_array(List<Temporal> temporals) Returns a temporal object that is the result of merging the given temporal objects.