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 |
---|---|
ConstantCesiumProperty<AzimuthElevationMaskGraphicsProjection> |
AzimuthElevationMaskGraphics.getProjection()
Gets how the mask is projected.
|
ConstantCesiumProperty<Double> |
AzimuthElevationMaskGraphics.getProjectionAltitude()
Gets the altitude to use when
Projection (get / set ) is AzimuthElevationMaskGraphicsProjection.PROJECT_TO_ALTITUDE . |
static <T> ConstantCesiumProperty<T> |
ConstantCesiumProperty.toConstantCesiumProperty(T value)
Converts a constant value to a
ConstantCesiumProperty . |
Modifier and Type | Method and Description |
---|---|
void |
AzimuthElevationMaskGraphics.setProjection(ConstantCesiumProperty<AzimuthElevationMaskGraphicsProjection> value)
Sets how the mask is projected.
|
void |
AzimuthElevationMaskGraphics.setProjectionAltitude(ConstantCesiumProperty<Double> value)
Sets the altitude to use when
Projection (get / set ) is AzimuthElevationMaskGraphicsProjection.PROJECT_TO_ALTITUDE . |