AlgoSymbol

new Cesium.AlgoSymbol(options)

Name Type Description
options Object optional The object has the following properties:
Name Type Description
geoGraphicObject GeoGraphicObject optional Plotting symbol class
scalePoints Array.<Cartesian3> optional Labeling point
scaleValues Array.<Number> optional Label scale value
subSymbols Array.<GeoGraphicObject> optional Sub label array
ispixelLine Boolean optional Whether to use pixel lines

Members

subSymbols : Array.<Object>

Sub label array

Methods

clone()AlgoSymbol

Clone the plot object.
Returns:
The cloned object after the clone.

getMaxEditPts()Number

Returns:
Maximum number of edit points

getMinEditPts()Number

Returns:
Minimum number of edit points

getSymbolName()String

Returns:
Label name

setSubSymbols(value, index)Boolean

Set the sublabel of the line label.
Name Type Description
value Object Sub label
index Number Sublabel index
Returns:
Whether the setting is successful.