-
-
Get or set the height mode.
-
-
Gets or sets the billboard billboard mode. Currently, it supports the grounding, screen alignment and axis alignment modes. If the mode setting is retained when generating the S3M cache in the SuperMap desktop software, the WebGL terminal also supports it.
-
-
Get or set the bottom elevation.
Example:
var style3D = new Cesium.Style3D();
//Set the bottom elevation.
style3D.bottomAltitude = 10;
//Get the bottom elevation value.
var altitude = style3D.bottomAltitude;
-
-
Set or get the color of the leader line.
-
-
Set or get the width of the leader line.
-
-
Gets or sets the color of the emissive body.
-
-
Gets or sets the fill foreground color.
Example:
var style3D = new Cesium.Style3D();
var color = new Cesium.Color(1.0, 0.0, 0.0);
//Set the fill foreground color.
style3D.fillForeColor = color;
//Get the fill foreground color.
var fillForeColor = style3D.fillForeColor;
-
-
Get or set the filling style.
-
-
Set or get the storage path of the icon or the network source of the data.
-
-
Get or set the line color.
-
-
Get or set the line width.
-
-
Get or set the color of the point.
-
-
Get or set the size of the point.