CesiumSensorVolumePortionToDisplay Enumeration |
Specifies which parts of a sensor are to be displayed.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum CesiumSensorVolumePortionToDisplay
Public Enumeration CesiumSensorVolumePortionToDisplay
public enum class CesiumSensorVolumePortionToDisplay
type CesiumSensorVolumePortionToDisplay
Members
| Member name | Description |
---|
| Complete |
The entire sensor projection is shown.
|
| BelowEllipsoidHorizon |
Only the part of the sensor projection below the ellipsoid horizon is shown.
|
| AboveEllipsoidHorizon |
Only the part of the sensor projection above the ellipsoid horizon is shown.
|
See Also