Style3D

new SuperMap3D.Style3D()

Members

altitudeMode : HeightReference

Get or set altitude mode.

billboardMode : Number

Get or set the mode of the billboard. Currently, it supports the modes of sticking to the ground, screen alignment and axis alignment. If the mode setting is retained when generating the S3M cache in the SuperMap desktop software, The WebGL side also supports it.

bottomAltitude : Number

Get or set the bottom elevation.
Example:
var style3D = new SuperMap3D.Style3D();
        //Set the bottom elevation.
        style3D.bottomAltitude = 10;
        //Get the bottom elevation value.
var altitude = style3D.bottomAltitude;

calloutColor : Color

Set or get the color of the leader line.

calloutWidth : Number

Set or get the width of the leader line.

emissionColor : Number

Get or set the color of the self-illuminator.

fillForeColor : Color

Gets or sets the fill foreground color.
Example:
var style3D = new SuperMap3D.Style3D();
var color = new SuperMap3D.Color(1.0, 0.0, 0.0);
//Set the fill foreground color.
style3D. fillForeColor = color;
// Get the fill foreground color.
var fillForeColor = style3D.fillForeColor;

fillStyle : Number

Get or set the fill style.

image : String

Set or get the storage path of the icon or the network source of the data.

lineColor : Number

Get or set the line color.

lineWidth : Number

Get or set the line width.

pointColor : Number

Get or set the color of the point.

pointSize : Number

Get or set the point size.