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
0x0002. Display the portion of the sensor volume that lies above the true horizon of the ellipsoid.
-
Default Value:
2
0x0001. Display the portion of the sensor volume that lies below the true horizon of the ellipsoid.
-
Default Value:
1
0x0000. Display the complete sensor volume.
Methods
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.
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.
