| 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 | 
|---|---|
CesiumProperty<IMaterialGraphics> | 
SensorFieldOfViewGraphics.getDomeSurfaceMaterial()
Gets the material used to fill dome surfaces. 
 | 
CesiumProperty<IMaterialGraphics> | 
SensorFieldOfViewGraphics.getEllipsoidHorizonSurfaceMaterial()
Gets the material used to fill ellipsoid horizon surfaces. 
 | 
CesiumProperty<IMaterialGraphics> | 
SensorFieldOfViewGraphics.getEllipsoidSurfaceMaterial()
Gets the material used to fill ellipsoid surfaces. 
 | 
CesiumProperty<IMaterialGraphics> | 
SensorFieldOfViewGraphics.getEnvironmentOcclusionMaterial()
Gets the material to use for the portion of the sensor occluded by the environment. 
 | 
CesiumProperty<IMaterialGraphics> | 
SensorFieldOfViewGraphics.getLateralSurfaceMaterial()
Gets the material used to fill lateral surfaces. 
 | 
CesiumProperty<IMaterialGraphics> | 
EllipsoidGraphics.getMaterial()
Gets the material used to fill the surface of the ellipsoid. 
 | 
CesiumProperty<IMaterialGraphics> | 
CentralBodySurfaceRegionGraphics.getMaterial()
Gets the material used to fill the region. 
 | 
CesiumProperty<IMaterialGraphics> | 
AzimuthElevationMaskGraphics.getMaterial()
Gets the material used to fill the region. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SensorFieldOfViewGraphics.setDomeSurfaceMaterial(CesiumProperty<IMaterialGraphics> value)
Sets the material used to fill dome surfaces. 
 | 
void | 
SensorFieldOfViewGraphics.setEllipsoidHorizonSurfaceMaterial(CesiumProperty<IMaterialGraphics> value)
Sets the material used to fill ellipsoid horizon surfaces. 
 | 
void | 
SensorFieldOfViewGraphics.setEllipsoidSurfaceMaterial(CesiumProperty<IMaterialGraphics> value)
Sets the material used to fill ellipsoid surfaces. 
 | 
void | 
SensorFieldOfViewGraphics.setEnvironmentOcclusionMaterial(CesiumProperty<IMaterialGraphics> value)
Sets the material to use for the portion of the sensor occluded by the environment. 
 | 
void | 
SensorFieldOfViewGraphics.setLateralSurfaceMaterial(CesiumProperty<IMaterialGraphics> value)
Sets the material used to fill lateral surfaces. 
 | 
void | 
EllipsoidGraphics.setMaterial(CesiumProperty<IMaterialGraphics> value)
Sets the material used to fill the surface of the ellipsoid. 
 | 
void | 
CentralBodySurfaceRegionGraphics.setMaterial(CesiumProperty<IMaterialGraphics> value)
Sets the material used to fill the region. 
 | 
void | 
AzimuthElevationMaskGraphics.setMaterial(CesiumProperty<IMaterialGraphics> value)
Sets the material used to fill the region. 
 |