Package | Description |
---|---|
agi.foundation.cesium |
Contains types used for defining graphical properties of definitional objects to be written out as CZML.
|
Modifier and Type | Method and Description |
---|---|
static CesiumSensorVolumePortionToDisplay |
CesiumSensorVolumePortionToDisplay.getDefault()
Get the enum constant that is considered to be the default.
|
static CesiumSensorVolumePortionToDisplay |
CesiumSensorVolumePortionToDisplay.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static CesiumSensorVolumePortionToDisplay |
CesiumSensorVolumePortionToDisplay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CesiumSensorVolumePortionToDisplay[] |
CesiumSensorVolumePortionToDisplay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CesiumProperty<CesiumSensorVolumePortionToDisplay> |
SensorFieldOfViewGraphics.getPortionToDisplay()
Gets the portion of the sensor to display.
|
Modifier and Type | Method and Description |
---|---|
void |
SensorFieldOfViewGraphics.setPortionToDisplay(CesiumProperty<CesiumSensorVolumePortionToDisplay> value)
Sets the portion of the sensor to display.
|