CzmlBoolean

CzmlBoolean

Methods

<static>

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>

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

<static>

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.