Uses of Enum Class
types.temporal.TInterpolation
Packages that use TInterpolation
Package
Description
-
Uses of TInterpolation in types.basic.tfloat
Methods in types.basic.tfloat with parameters of type TInterpolationModifier 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".static TFloat
TFloat.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.tint
Methods in types.basic.tint with parameters of type TInterpolationModifier 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".static TInt
TInt.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.tgeog
Methods in types.basic.tpoint.tgeog with parameters of type TInterpolationModifier and TypeMethodDescriptionstatic TGeogPoint
TGeogPoint.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.tgeom
Methods in types.basic.tpoint.tgeom with parameters of type TInterpolationModifier and TypeMethodDescriptionstatic TGeomPoint
TGeomPoint.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.temporal
Methods in types.temporal that return TInterpolationModifier and TypeMethodDescriptionstatic TInterpolation
TInterpolation.fromString
(String source) static TInterpolation
TInterpolation.fromString
(String source, boolean none) Temporal.interpolation()
static TInterpolation
Returns 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 newTemporal
object 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
.