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<IPolylineMaterialGraphics> |
CentralBodySurfaceCurveGraphics.getDepthFailMaterial()
Gets the material to use to draw the curve when it is below the terrain.
|
CesiumProperty<IPolylineMaterialGraphics> |
PathGraphics.getMaterial()
Gets the material used to draw the path.
|
CesiumProperty<IPolylineMaterialGraphics> |
LinkGraphics.getMaterial()
Gets the material used to draw the line.
|
CesiumProperty<IPolylineMaterialGraphics> |
CentralBodySurfaceCurveGraphics.getMaterial()
Gets the material used to color the curve.
|
Modifier and Type | Method and Description |
---|---|
void |
CentralBodySurfaceCurveGraphics.setDepthFailMaterial(CesiumProperty<IPolylineMaterialGraphics> value)
Sets the material to use to draw the curve when it is below the terrain.
|
void |
PathGraphics.setMaterial(CesiumProperty<IPolylineMaterialGraphics> value)
Sets the material used to draw the path.
|
void |
LinkGraphics.setMaterial(CesiumProperty<IPolylineMaterialGraphics> value)
Sets the material used to draw the line.
|
void |
CentralBodySurfaceCurveGraphics.setMaterial(CesiumProperty<IPolylineMaterialGraphics> value)
Sets the material used to color the curve.
|