-
Notifications
You must be signed in to change notification settings - Fork 143
InterpolatableProperty
This page describes the possible content of a CZML document or stream. Please read CZML Structure for an explanation of how a CZML document is put together.
The base schema for a property whose value may be determined by interpolating over provided time-tagged samples.
Interpolatable: no
epoch - string
The epoch to use for times specified as seconds since an epoch.
interpolationAlgorithm - string
The interpolation algorithm to use when interpolating. Valid values are "LINEAR", "LAGRANGE", and "HERMITE".
Default: LINEAR
interpolationDegree - number
The degree of interpolation to use when interpolating.
Default: 1
forwardExtrapolationType - string
The type of extrapolation to perform when a value is requested at a time after any available samples. Valid values are "NONE", "HOLD", and "EXTRAPOLATE".
Default: NONE
forwardExtrapolationDuration - number
The amount of time to extrapolate forward before the property becomes undefined. A value of 0 will extrapolate forever.
Default: 0.0
backwardExtrapolationType - string
The type of extrapolation to perform when a value is requested at a time before any available samples. Valid values are "NONE", "HOLD", and "EXTRAPOLATE".
Default: NONE
backwardExtrapolationDuration - number
The amount of time to extrapolate backward before the property becomes undefined. A value of 0 will extrapolate forever.
Default: 0.0