CzmlBoolean

CzmlBoolean

Methods

<static> getValue

Returns the boolean value contained within the unwrappedInterval. For booleans this is the unwrappedInterval itself.

Parameters:
Name Type Description
unwrappedInterval Object The result of CzmlBoolean.unwrapInterval.
Returns:
The boolean value.

<static> isSampled

Since CZML booleans can not be sampled, this method always returns false.

<static> unwrapInterval

Returns the packed boolean representation contained within the provided CZML interval or undefined if the interval does not contain boolean data.

Parameters:
Name Type Description
czmlInterval Object The CZML interval to unwrap.