Uses of Enum Class
types.temporal.TInterpolation
Packages that use TInterpolation
Package
Description
- 
Uses of TInterpolation in types.basic.tfloatMethods in types.basic.tfloat with parameters of type TInterpolationModifier 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".static TFloatTFloat.from_base_time(float value, Time base, TInterpolation interpolation) Returns a new temporal float with the value "value" and the temporal frame of "base".
- 
Uses of TInterpolation in types.basic.tintMethods in types.basic.tint with parameters of type TInterpolationModifier 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".static TIntTInt.from_base_time(int value, Object base, TInterpolation interpolation) Returns a new temporal int with the value "value" and the temporal frame of "base".
- 
Uses of TInterpolation in types.basic.tpoint.tgeogMethods in types.basic.tpoint.tgeog with parameters of type TInterpolationModifier and TypeMethodDescriptionstatic TGeogPointTGeogPoint.from_base_time(org.locationtech.jts.geom.Geometry value, Time base, TInterpolation interp) Creates a temporal geographic point from a base geometry and a time value.
- 
Uses of TInterpolation in types.basic.tpoint.tgeomMethods in types.basic.tpoint.tgeom with parameters of type TInterpolationModifier and TypeMethodDescriptionstatic TGeomPointTGeomPoint.from_base_time(org.locationtech.jts.geom.Geometry value, Time base, TInterpolation interp) Creates a temporal geometric point from a base geometry and a time value.
- 
Uses of TInterpolation in types.temporalMethods in types.temporal that return TInterpolationModifier and TypeMethodDescriptionstatic TInterpolationTInterpolation.fromString(String source) static TInterpolationTInterpolation.fromString(String source, boolean none) Temporal.interpolation()static TInterpolationReturns the enum constant of this class with the specified name.static TInterpolation[]TInterpolation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in types.temporal with parameters of type TInterpolationModifier and TypeMethodDescriptionTemporal.set_interpolation(TInterpolation interpolation) Returns a newTemporalobject equal to "this" with the given interpolation.Temporal.temporal_sample(Object duration, Object start, TInterpolation interpolation) Returns a new :class:`Temporal` downsampled with respect to ``duration``.Temporal.to_sequence(TInterpolation interpolation) Converts "this" into aTSequence.Temporal.to_sequenceset(TInterpolation interpolation) Returns "this" as a newTSequenceSet.