CzmlString

CzmlString

Methods

<static> getValue

Returns the string value contained within the unwrappedInterval. For strings this is the unwrappedInterval itself.

Parameters:
Name Type Description
unwrappedInterval Object The result of CzmlString.unwrapInterval.
Returns:
The string value.

<static> isSampled

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

<static> unwrapInterval

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

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