CzmlImage
Provides methods for working with a image defined in CZML.
Methods
-
<static> getValue
-
Returns the image value contained within the unwrappedInterval. For images this is the unwrappedInterval itself.
Parameters:
Name Type Description unwrappedInterval
Object The result of CzmlImage.unwrapInterval. Returns:
The image value. -
<static> isSampled
-
Since CZML images can not be sampled, this method always returns false.
-
<static> unwrapInterval
-
Returns the packed image representation contained within the provided CZML interval or undefined if the interval does not contain image data.
Parameters:
Name Type Description czmlInterval
Object The CZML interval to unwrap.