GeoEntityEffectDetecttoncone

探视锥,继承自GeoEntityEffect

new Cesium.GeoEntityEffectDetecttoncone(options)

Name Type Description
options Object optional 对象具有以下属性:
Name Type Default Description
visible Boolean true optional 特效显隐
pntOffset MPoint3D MPoint3D(0, 0, 0) optional 特效偏移量
bChangeSizeFlowModel Boolean true optional 是否随实体缩放发生变化
geoEntity GeoEntity null optional 特效绑定的地理实体对象
bottomRadius Number 150000 optional 底面半径
bottomPosition MPoint3D 底部位置
repeatCount Number 8 optional 材质重复次数
colorBack color Color(124 / 255, 220 / 255, 240 / 255, 0.3) optional 背景色
colorBackLightScale Number 1 optional 背景色亮度增强倍数
colorForward color Color(1.0, 0, 0.0, 1.0) optional 前景色
colorForwardLightScale Number 1 optional 前景色亮度增强倍数
flowSpeed Number 3 optional 颜色或材质流动速度
mode GeoEntityEffectScanWaveColorMode GeoEntityEffectScanWaveColorMode.ColorMode optional 扫描波颜色模式
pictureColorLightScale Number 3 optional 材质亮度增强倍数
bChangeSizeFlowModel Boolean true optional 是否随实体缩放发生变化
bottomGeoEntityUUID String optional 底部位置实体UUID
bottomPositionMode Number optional 底部位置点模式(为0时使用bottomGeoEntityUUID实体动态位置,为1时使用bottomPosition位置点)

Extends

Methods

addEffectToScene(scene)

添加特效到场景
Name Type Description
scene scene 场景
Inherited From:
克隆
Returns:
返回克隆对象

destroy()

释放资源
Inherited From:

fromJSON(jsonObj)

Json字符串转对象
Name Type Description
jsonObj String Json字符串

getBottomGeoEntityUUID()String

获取底部中心点实体UUID
Returns:
实体UUID

getBottomPositionMode()Number

获取底部中心点位置模式
Returns:
位置模式

getColorBack()Color

获取侧面颜色背景色
Returns:
背景色

getColorBackLightScale()Number

设置侧面颜色背景色亮度增强倍数
Returns:
亮度增强倍数

getColorForward()Color

获取侧面颜色前景色
Returns:
前景色

getColorForwardLightScale()Number

获取侧面颜色前景色亮度增强倍数
Returns:
亮度增强倍数

getFlowSpeed()float

获取侧面颜色或材质流动速度
Returns:
流动速度

getGeoEntity()GeoEntity

获取特效绑定的地理实体
Returns:
地理实体
Inherited From:

getName()String

特效名称
Returns:
返回特效名称
Inherited From:

getOffset()MPoint3D

获取偏移百分比(相对于实体自身大小)
Returns:
xyz方向上的偏移百分比
Inherited From:

getPictureColorLightScale()float

获取侧面材质亮度增强倍数
Returns:
亮度增强倍数

getPosition()

获取底面圆中心点
Returns:
底面圆中心点

getRadius()

获取圆半径
Returns:
圆半径

getRepeatCount()Number

获取侧面颜色或材质重复次数
Returns:
重复次数

getSpeed()Number

获取探测速度
Returns:
速度

getType()GeoEntityEffectType

获取特效类型
Returns:
特效类型
Inherited From:

getUUID()String

获取特效UUID(唯一标识)
Returns:
UUID
Inherited From:

isChangeSizeFlowModel()Boolean

获取特效是否跟随模型缩放改变
Returns:
否跟随模型缩放改变
Inherited From:

isVisible()Boolean

获取特效显隐
Returns:
显隐
Inherited From:

removeEffectFromScene(scene)

从场景中移除特效
Name Type Description
scene scene 场景
Inherited From:

setBottomGeoEntityUUID(UUID)

设置底部中心点实体UUID
Name Type Description
UUID String 实体UUID

setBottomPositionMode(mode)

设置底部中心点位置模式(为0时使用bottomGeoEntityUUID实体动态位置,为1时使用bottomPosition位置点)
Name Type Description
mode Number 位置模式

setChangeSizeFlowModel(bChange)

设置特效是否跟随模型缩放改变
Name Type Description
bChange Boolean 否跟随模型缩放改变
Inherited From:

setColorBack(colorBack)

设置侧面颜色背景色
Name Type Description
colorBack Color 背景色

setColorBackLightScale(colorBackLightScale)

获取侧面颜色背景色亮度增强倍数
Name Type Description
colorBackLightScale Number 亮度增强倍数

setColorForward(colorForward)

设置侧面颜色前景色
Name Type Description
colorForward Color 前景色

setColorForwardLightScale(colorForwardLightScale)

设置侧面颜色前景色亮度增强倍数
Name Type Description
colorForwardLightScale Number 亮度增强倍数

setFlowSpeed(flowSpeed)

设置侧面颜色或材质流动速度
Name Type Description
flowSpeed float 流动速度

setGeoEntity(geoEntity)

设置特效绑定的地理实体
Name Type Description
geoEntity GeoEntity 地理实体
Inherited From:

setGeoEntityParameter(geoEntityParameter, linkGeoEntityUuid)

设置特效属性
Name Type Description
geoEntityParameter GeoEntityParameter 地理实体参数类
linkGeoEntityUuid String optional 实体的UUID

setName(name)

特效名称
Name Type Description
name String 名称
Inherited From:

setOffset(pntOffset)

设置偏移百分比(相对于实体自身大小)
Name Type Description
pntOffset MPoint3D xyz方向上的偏移百分比
Inherited From:

setPictureColorLightScale(pictureColorLightScale)

设置侧面材质亮度增强倍数
Name Type Description
pictureColorLightScale float 亮度增强倍数

setPosition(point)

设置底面圆中心点
Name Type Description
point MPoint3D 底面圆中心点

setRadius(radius)

设置圆半径
Name Type Description
radius Number 设置路径节点信息

setRepeatCount(repeatCount)

设置侧面颜色或材质重复次数
Name Type Description
repeatCount Number 重复次数

setSpeed(speed)

设置探测速度
Name Type Description
speed Number 速度

setVisible(visible)

设置特效显隐
Name Type Description
visible Boolean 显隐
Inherited From:

toJSON()String

对象转Json字符串
Returns:
Json字符串