DisplayStatus

地理实体显示状态

new Cesium.DisplayStatus()

Methods

clone()DisplayStatus

克隆
Returns:
克隆对象

getDisplayEffectsUUID()Array.<String>

设置地理实体特效显隐
Returns:
是否显示

getDotPlotCode()Number

获取地理实体点标号的code
Returns:
点标号的code

getDotPlotLibID()Number

获取地理实体点标号的库ID
Returns:
点标号的库ID

getDotPlotStyle()DotPlotStyle

获取地理实体点标号的样式
Returns:
点标号的样式

getGridSymbolSize()Cartesian2

获取地理实体点标号的大小
Returns:
点标号的大小

getModelPath()String

获取地理实体模型路径
Returns:
模型路径

getModelRotate()MPoint3D

获取地理实体模型旋转
Returns:
模型旋转

getModelScale()Number

获取地理实体模型缩放
Returns:
模型缩放

getPicturePath()String

获取地理实体图片路径
Returns:
图片路径

getPictureSymbolSize()Cartesian2

获取地理实体图片大小
Returns:
图片大小

getShowMode()DotMode

获取地理实体显示模式
Returns:
显示模式

getUUID()String

获取唯一标识
Returns:
唯一标识

isVisible()boolean

获取地理实体是否显示
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)

设置地理实体点标号的样式
Name Type Description
dotPlotStyle DotPlotStyle 点标号的样式

setGridSymbolSize(dotPlotStyle)

设置地理实体点标号的大小
Name Type Description
dotPlotStyle Cartesian2 点标号的大小

setModelPath(modelPath)

设置地理实体模型路径
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 图片大小

setShowMode(showMode)

设置地理实体显示模式
Name Type Description
showMode DotMode 显示模式

setVisible(visible)

设置地理实体是否显示
Name Type Description
visible boolean 是否显示