DisplayStatus
new Cesium.DisplayStatus()
Methods
-
-
克隆
Returns:
克隆对象
-
getDisplayEffectsUUID() → Array.<String>
-
设置地理实体特效显隐
Returns:
是否显示
-
getDotPlotCode() → Number
-
获取地理实体点标号的code
Returns:
点标号的code
-
getDotPlotLibID() → Number
-
获取地理实体点标号的库ID
Returns:
点标号的库ID
-
-
获取地理实体点标号的样式
Returns:
点标号的样式
-
-
获取地理实体点标号的大小
Returns:
点标号的大小
-
-
获取地理实体模型路径
Returns:
模型路径
-
-
获取地理实体模型旋转
Returns:
模型旋转
-
-
获取地理实体模型缩放
Returns:
模型缩放
-
getPicturePath() → String
-
获取地理实体图片路径
Returns:
图片路径
-
-
获取地理实体图片大小
Returns:
图片大小
-
-
获取地理实体显示模式
Returns:
显示模式
-
-
获取唯一标识
Returns:
唯一标识
-
-
获取地理实体是否显示
Returns:
是否显示
-
setDisplayEffectsUUID(effectsUUID)
-
设置地理实体特效显隐
Name |
Type |
Description |
effectsUUID |
Array.<String>
|
特效显隐 |
-
setDotPlotCode(dotPlotCode)
-
设置地理实体点标号的Code
Name |
Type |
Description |
dotPlotCode |
Number
|
|
-
setDotPlotLibID(dotPlotLibID)
-
设置地理实体点标号的库ID
Name |
Type |
Description |
dotPlotLibID |
Number
|
|
-
setDotPlotStyle(dotPlotStyle)
-
设置地理实体点标号的样式
-
setGridSymbolSize(dotPlotStyle)
-
设置地理实体点标号的大小
Name |
Type |
Description |
dotPlotStyle |
Cartesian2
|
点标号的大小 |
-
-
设置地理实体模型路径
Name |
Type |
Description |
modelPath |
String
|
模型路径 |
-
setModelRotate(modelRotate)
-
设置地理实体模型旋转
Name |
Type |
Description |
modelRotate |
MPoint3D
|
模型旋转 |
-
setModelScale(modelScale)
-
设置地理实体模型缩放
Name |
Type |
Description |
modelScale |
String
|
模型缩放 |
-
setPicturePath(picturePath)
-
设置地理实体图片路径
Name |
Type |
Description |
picturePath |
String
|
图片路径 |
-
setPictureSymbolSize(pictureSymbolSize)
-
设置地理实体图片大小
Name |
Type |
Description |
pictureSymbolSize |
Cartesian2
|
图片大小 |
-
-
设置地理实体显示模式
Name |
Type |
Description |
showMode |
DotMode
|
显示模式 |
-
-
设置地理实体是否显示
Name |
Type |
Description |
visible |
boolean
|
是否显示 |