| 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 AzimuthElevationMaskGraphicsProjection |
AzimuthElevationMaskGraphicsProjection.getDefault()
Get the enum constant that is considered to be the default.
|
static AzimuthElevationMaskGraphicsProjection |
AzimuthElevationMaskGraphicsProjection.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static AzimuthElevationMaskGraphicsProjection |
AzimuthElevationMaskGraphicsProjection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AzimuthElevationMaskGraphicsProjection[] |
AzimuthElevationMaskGraphicsProjection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConstantCesiumProperty<AzimuthElevationMaskGraphicsProjection> |
AzimuthElevationMaskGraphics.getProjection()
Gets how the mask is projected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AzimuthElevationMaskGraphics.setProjection(ConstantCesiumProperty<AzimuthElevationMaskGraphicsProjection> value)
Sets how the mask is projected.
|