CzmlHorizontalOrigin
Provides methods for working with a horizontal origin defined in CZML.
Methods
- 
    
<static> getValue
 - 
    
    
    
Returns the HorizontalOrigin contained within the unwrappedInterval.
Parameters:
Name Type Description unwrappedIntervalObject The result of CzmlHorizontalOrigin.unwrapInterval. Returns:
The HorizontalOrigin 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 czmlIntervalObject The CZML interval to unwrap.  
