GeoEntityEffectDynamic

渐变体特效,继承自GeoEntityEffect

new Cesium.GeoEntityEffectDynamic(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 特效绑定的地理实体对象
dynamicModelUrl string "./SampleData/situationSimulation/model/无人机/无人机.gltf" optional 渐变体模型路径
angleTimes object [{ time: 3, start: { x: 0, y: 0, z: 0 }, end: { x: 45, y: 45, z: 45 }, isloop: true }] optional 角度变化参数组
scaleTimes object [{ time: 3, start: 10000, end: 20000, isloop: true }, { time: 3, start: 20000, end: 10000, isloop: true }] optional 缩放变化参数组
gapTime Number 30 optional 刷新时间

Extends

Methods

addEffectToScene(scene)

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

destroy()

释放资源
Inherited From:

fromJSON(jsonObj)

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

getAngleLoop()boolean

获取角度变化参数是否参与循环
Returns:
是否参与循环

getAngleTimes()Array.<AngleTimes>

获取角度变化参数
Returns:
角度变化参数组

getGeoEntity()GeoEntity

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

getModelPath()String

获取渐变体模型路径
Returns:
模型路径

getName()String

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

getOffset()MPoint3D

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

getScaleLoop()boolean

获取比例变化参数是否参与循环
Returns:
是否参与循环

getScaleTimes()Array.<ScaleTimes>

获取缩放变化参数
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:

setAngleLoop(angleLoop)

设置角度变化参数是否参与循环
Name Type Description
angleLoop boolean 是否参与循环

setAngleTimes(angleTimes)

设置角度变化参数
Name Type Description
angleTimes Array.<AngleTimes> 角度变化参数组

setChangeSizeFlowModel(bChange)

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

setGeoEntity(geoEntity)

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

setGeoEntityParameter(geoEntityParameter, linkGeoEntityUuid)

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

setModelPath(url)

设置渐变体模型路径
Name Type Description
url String 模型路径

setName(name)

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

setOffset(pntOffset)

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

setScaleLoop(angleLoop)

设置比例变化参数是否参与循环
Name Type Description
angleLoop boolean 是否参与循环

setScaleTimes(scaleTimes)

设置缩放变化参数
Name Type Description
scaleTimes Array.<ScaleTimes> 缩放变化参数组

setVisible(visible)

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

toJSON()String

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