SymbolDot

new Cesium.SymbolDot(options)

Name Type Description
options Object optional The object has the following properties:
Name Type Default Description
geoGraphicObject._serverData serverData optional Label library data
anchorPoint anchorPoint new Cartesian2(0.0, 0.0) optional 2D anchor points for point labels
gridSymbolSize gridSymbolSize new Cartesian2(0.0, 0.0) optional Size of the bulletin board pattern
symbolRanks symbolRanks [] optional List of label grades
scale scale new PlotPoint3D(1.0, 1.0, 1.0) optional Scaling ratio
rotate rotate new PlotPoint3D(1.0, 1.0, 1.0) optional Rotation angle
modelScale modelScale new PlotPoint3D(5000.0,5000.0,5000.0) optional Model scaling
modelPath modelPath '' optional Model path
modelRotate modelRotate new PlotPoint3D(0.0,0.0,0.0) optional Model rotation angle
gridLineWidth Number 0.5 optional Billboard line width
gridSurroundLineWidth Number 0.5 optional Billboard serif width
gridSymbolSize gridSymbolSize new Cartesian2(0,0) optional Label size
pictureSymbolSize pictureSymbolSize new Cartesian2(64,64) optional Label picture mode picture size
picturePath String "" optional Picture path of label picture mode
showMode showMode DotMode.Grid optional Display mode
isNegativeImage Boolean false optional Mirror
symRank Number 0 optional Level
lineSymbolID Number 0 optional Edge type (default solid line)
textPos Number TextPos.Up optional Annotation position
hasDragLine Boolean false optional Is there a traction line
dragPoint PlotPoint3D new PlotPoint3D(-1, -1, -1) optional Pull line point
textContent String "" optional Text content

Methods

clone()SymbolDot

Clone the plot object.
Returns:
The plot object after cloning.

getPicturePath()String

Returns:
Picture mode path

getRotate()Object

Returns:
Rotation value

getScale()PlotPoint3D

Returns:
Label scaling value

getShowMode()DotMode

Returns:
Point mark display mode

getSymbolName()String

Returns:
Point label name

getSymbolSize()Object

Returns:
Label size

setPicturePath(value)Boolean

Name Type Description
value String Picture mode path
Returns:
Settings successfully (Optional)

setRotate(value)Boolean

Name Type Description
value Number Rotation value
Returns:
Settings successfully (Optional)

setScale(scale)

Name Type Description
scale PlotPoint3D Point label scaling value

setShowMode(showMode)

Name Type Description
showMode DotMode Display mode

setSymbolSize(value)

Set point label size
Name Type Description
value Number Point label size