Uses of Enum Class
types.temporal.TInterpolation
Package
Description
-
Uses of TInterpolation in types.basic.tfloat
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".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
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".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
Modifier 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
Modifier 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
Modifier 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.Modifier 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
.