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