AlgoSymbol

new Cesium.AlgoSymbol(options)

Name Type Description
options Object optional The object has the following properties:
Name Type Description
geoGraphicObject GeoGraphicObject optional Plotting symbols
scalePoints Array.<PlotPoint3D> optional Scale point
scaleValues Array.<Number> optional Scale value
subSymbols Array.<GeoGraphicObject> optional Sublabel array
ispixelLine Boolean optional Whether to use pixel lines

Members

subSymbols : Array.<Object>

Sublabel array

Methods

clone()AlgoSymbol

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

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 sub-label of the line and surface label.
Name Type Description
value Object Sub-label
index Number Sublabel index
Returns:
Whether the setting is successful.