SensorVolumePortionToDisplay

Constants used to indicated what part of the sensor volume to display.
Properties:
Name Type Description
COMPLETE Number 0x0000. Display the complete sensor volume.
BELOW_ELLIPSOID_HORIZON Number 0x0001. Display the portion of the sensor volume that lies below the true horizon of the ellipsoid.
ABOVE_ELLIPSOID_HORIZON Number 0x0002. Display the portion of the sensor volume that lies above the true horizon of the ellipsoid.

Members

static constant Cesium.SensorVolumePortionToDisplay.ABOVE_ELLIPSOID_HORIZON : Number

0x0002. Display the portion of the sensor volume that lies above the true horizon of the ellipsoid.
Default Value: 2

static constant Cesium.SensorVolumePortionToDisplay.BELOW_ELLIPSOID_HORIZON : Number

0x0001. Display the portion of the sensor volume that lies below the true horizon of the ellipsoid.
Default Value: 1

static constant Cesium.SensorVolumePortionToDisplay.COMPLETE : Number

0x0000. Display the complete sensor volume.

Methods

static Cesium.SensorVolumePortionToDisplay.toString(portionToDisplay)String

Converts the provided value to its corresponding enumeration string.
Name Type Description
portionToDisplay SensorVolumePortionToDisplay The value to be converted to its corresponding enumeration string.
Returns:
The enumeration string corresponding to the value.

static Cesium.SensorVolumePortionToDisplay.validate(portionToDisplay)Boolean

Validates that the provided value is a valid SensorVolumePortionToDisplay enumeration value.
Name Type Description
portionToDisplay SensorVolumePortionToDisplay The value to validate.
Returns:
true if the provided value is a valid enumeration value; otherwise, false.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.