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, int interp, 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. -
Uses of Temporal in types.temporal.generated
Fields in types.temporal.generated declared as TemporalModifier and TypeFieldDescriptionprivate final TemporalGeneratedTemporal.TimeSplit.fragmentThe field for thefragmentrecord component.private final TemporalGeneratedTFloat.ValueSplit.fragmentThe field for thefragmentrecord component.private final TemporalGeneratedTFloat.ValueTimeSplit.fragmentThe field for thefragmentrecord component.private final TemporalGeneratedTInt.ValueSplit.fragmentThe field for thefragmentrecord component.private final TemporalGeneratedTInt.ValueTimeSplit.fragmentThe field for thefragmentrecord component.Methods in types.temporal.generated that return TemporalModifier and TypeMethodDescriptiondefault TemporalGeneratedTNumber.abs()default TemporalGeneratedTemporal.afterTimestamptz(OffsetDateTime t, boolean strict) default TemporalGeneratedTNumber.angularDifference()default TemporalGeneratedTemporal.appendTinstant(Temporal inst, TInterpolation interp, double maxdist, Duration maxt, boolean expand) default TemporalGeneratedTemporal.appendTsequence(Temporal seq, boolean expand) default TemporalGeneratedTemporal.asTinstant()default TemporalGeneratedTemporal.asTsequence(TInterpolation interp) default TemporalGeneratedTemporal.asTsequenceset(TInterpolation interp) default TemporalGeneratedTemporal.atMax()default TemporalGeneratedTemporal.atMin()default Temporaldefault Temporaldefault Temporaldefault TemporalGeneratedTemporal.atTimestamptz(OffsetDateTime t) default Temporaldefault TemporalGeneratedTemporal.atTstzspan(tstzspan s) default TemporalGeneratedTemporal.atTstzspanset(tstzspanset ss) default TemporalGeneratedTFloat.atValue(double d) default TemporalGeneratedTInt.atValue(int i) default Temporaldefault TemporalGeneratedTemporal.beforeTimestamptz(OffsetDateTime t, boolean strict) default TemporalGeneratedTFloat.ceil()default TemporalGeneratedTemporal.copy()default TemporalGeneratedTFloat.cos()default TemporalGeneratedTFloat.degrees(boolean normalize) default TemporalGeneratedTemporal.deleteTimestamptz(OffsetDateTime t, boolean connect) default TemporalGeneratedTemporal.deleteTstzset(tstzset s, boolean connect) default TemporalGeneratedTemporal.deleteTstzspan(tstzspan s, boolean connect) default TemporalGeneratedTemporal.deleteTstzspanset(tstzspanset ss, boolean connect) default TemporalGeneratedTNumber.deltaValue()default TemporalGeneratedTemporal.derivative()default TemporalGeneratedTemporal.endInstant()default TemporalGeneratedTemporal.endSequence()default TemporalGeneratedTFloat.exp()default TemporalGeneratedTemporal.extKalmanFilter(double gate, double q, double variance, boolean to_drop) default TemporalGeneratedTFloat.floor()GeneratedTemporal.TimeSplit.fragment()Returns the value of thefragmentrecord component.GeneratedTFloat.ValueSplit.fragment()Returns the value of thefragmentrecord component.GeneratedTFloat.ValueTimeSplit.fragment()Returns the value of thefragmentrecord component.GeneratedTInt.ValueSplit.fragment()Returns the value of thefragmentrecord component.GeneratedTInt.ValueTimeSplit.fragment()Returns the value of thefragmentrecord component.default TemporalGeneratedTBigint.fromBaseTemp(long i, Temporal temp) default TemporalGeneratedTFloat.fromBaseTemp(double d, Temporal temp) default TemporalGeneratedTInt.fromBaseTemp(int i, Temporal temp) default TemporalGeneratedTemporal.fromHEXWKB(String hexwkb) default TemporalGeneratedTBigint.fromMFJSON(String str) default TemporalGeneratedTFloat.fromMFJSON(String str) default TemporalGeneratedTInt.fromMFJSON(String str) default TemporalGeneratedTemporal.fromWKB(jnr.ffi.Pointer wkb, long size) default Temporaldefault Temporaldefault Temporaldefault Temporaldefault TemporalGeneratedTemporal.instantN(int n) default TemporalGeneratedTFloat.ln()default TemporalGeneratedTFloat.log10()default TemporalGeneratedTemporal.maxInstant()default Temporaldefault TemporalGeneratedTemporal.mergeArray(List<Temporal> temparr) default TemporalGeneratedTemporal.minInstant()default TemporalGeneratedTemporal.minusMax()default TemporalGeneratedTemporal.minusMin()default Temporaldefault TemporalGeneratedTNumber.minusSpanset(SpanSet<?> ss) default Temporaldefault TemporalGeneratedTemporal.minusTimestamptz(OffsetDateTime t) default TemporalGeneratedTemporal.minusTstzset(tstzset s) default TemporalGeneratedTemporal.minusTstzspan(tstzspan s) default TemporalGeneratedTemporal.minusTstzspanset(tstzspanset ss) default TemporalGeneratedTFloat.minusValue(double d) default TemporalGeneratedTInt.minusValue(int i) default TemporalGeneratedTemporal.minusValues(Set<?> set) default TemporalGeneratedTFloat.radians()default TemporalGeneratedTemporal.round(int maxdd) default Temporaldefault TemporalGeneratedTBigint.scaleValue(long width) default TemporalGeneratedTFloat.scaleValue(double width) default TemporalGeneratedTInt.scaleValue(int width) default TemporalGeneratedTemporal.segmDuration(Duration duration, boolean atleast, boolean strict) default TemporalGeneratedTemporal.sequenceN(int i) default TemporalGeneratedTemporal.setInterp(TInterpolation interp) default TemporalGeneratedTemporal.shiftScaleTime(Duration shift, Duration duration) default TemporalGeneratedTBigint.shiftScaleValue(long shift, long width) default TemporalGeneratedTFloat.shiftScaleValue(double shift, double width) default TemporalGeneratedTInt.shiftScaleValue(int shift, int width) default Temporaldefault TemporalGeneratedTBigint.shiftValue(long shift) default TemporalGeneratedTFloat.shiftValue(double shift) default TemporalGeneratedTInt.shiftValue(int shift) default TemporalGeneratedTemporal.simplifyDp(double dist, boolean synchronize) default TemporalGeneratedTemporal.simplifyMaxDist(double dist, boolean synchronize) default TemporalGeneratedTemporal.simplifyMinDist(double dist) default TemporalGeneratedTemporal.simplifyMinTdelta(Duration mint) default TemporalGeneratedTFloat.sin()default TemporalGeneratedTemporal.startInstant()default TemporalGeneratedTemporal.startSequence()default Temporaldefault TemporalGeneratedTFloat.tan()default TemporalGeneratedTFloat.toTbigint()default TemporalGeneratedTInt.toTbigint()default TemporalGeneratedTBigint.toTfloat()default TemporalGeneratedTInt.toTfloat()default TemporalGeneratedTBigint.toTh3index()default TemporalGeneratedTBigint.toTint()default TemporalGeneratedTFloat.toTint()default TemporalGeneratedTBigint.toTquadbin()default TemporalGeneratedTemporal.tprecision(Duration duration, OffsetDateTime origin) default TemporalGeneratedTNumber.trend()default TemporalGeneratedTemporal.tsample(Duration duration, OffsetDateTime origin, TInterpolation interp) default TemporalMethods in types.temporal.generated that return types with arguments of type TemporalModifier and TypeMethodDescriptionGeneratedTemporal.instants()GeneratedTemporal.segments()GeneratedTemporal.sequences()Methods in types.temporal.generated with parameters of type TemporalModifier and TypeMethodDescriptiondefault TemporalGeneratedTemporal.appendTinstant(Temporal inst, TInterpolation interp, double maxdist, Duration maxt, boolean expand) default TemporalGeneratedTemporal.appendTsequence(Temporal seq, boolean expand) default doubleGeneratedTemporal.averageHausdorffDistance(Temporal temp2) default intdefault doubleGeneratedTemporal.dyntimewarpDistance(Temporal temp2) default List<GeneratedTemporal.Match> GeneratedTemporal.dyntimewarpPath(Temporal temp2) default booleandefault doubleGeneratedTemporal.frechetDistance(Temporal temp2) default List<GeneratedTemporal.Match> GeneratedTemporal.frechetPath(Temporal temp2) default TemporalGeneratedTBigint.fromBaseTemp(long i, Temporal temp) default TemporalGeneratedTFloat.fromBaseTemp(double d, Temporal temp) default TemporalGeneratedTInt.fromBaseTemp(int i, Temporal temp) default booleandefault booleandefault doubleGeneratedTemporal.hausdorffDistance(Temporal temp2) default Temporaldefault doubleGeneratedTemporal.lcssDistance(Temporal temp2, double epsilon) default booleandefault booleandefault Temporaldefault booleandefault TemporalMethod parameters in types.temporal.generated with type arguments of type TemporalModifier and TypeMethodDescriptiondefault TemporalGeneratedTemporal.mergeArray(List<Temporal> temparr) Constructors in types.temporal.generated with parameters of type TemporalModifierConstructorDescriptionTimeSplit(OffsetDateTime time, Temporal fragment) Creates an instance of aTimeSplitrecord class.ValueSplit(double number, Temporal fragment) Creates an instance of aValueSplitrecord class.ValueSplit(int number, Temporal fragment) Creates an instance of aValueSplitrecord class.ValueTimeSplit(double number, OffsetDateTime time, Temporal fragment) Creates an instance of aValueTimeSplitrecord class.ValueTimeSplit(int number, OffsetDateTime time, Temporal fragment) Creates an instance of aValueTimeSplitrecord class.