ExtrapolationType

ExtrapolationType()

Constants to determine how an interpolated value is extrapolated when querying outside the bounds of available data.
See:

Members

staticconstantCesium.ExtrapolationType.EXTRAPOLATE : Number

The value is extrapolated.

staticconstantCesium.ExtrapolationType.HOLD : Number

The first or last value is used when outside the range of sample data.

staticconstantCesium.ExtrapolationType.NONE : Number

No extrapolation occurs.