GeoEntityEffectSign

new Cesium.GeoEntityEffectSign(options)

标牌特效,继承自GeoEntityEffect; 注意:此特效不支持bChangeSizeFlowModel属性
Name Type Description
options Object optional 对象具有以下属性:
Name Type Default Description
visible Boolean true optional 特效显隐
pntOffset MPoint3D new MPoint3D(0, 0, 0.5) optional 特效偏移量
geoEntity GeoEntity null optional 特效绑定的地理实体对象
texts Array.<String> optional 标牌内容(文字在数组中的索引对应html模板的标签id)
styleHtmlPath String optional 样式模板html路径
scale Number optional 标牌大小缩放比例
pixScale Number optional 标牌像素缩放比例(清晰度)

Extends

Methods

addEffectToScene(scene)

添加特效到场景
Name Type Description
scene scene 场景
Inherited From:

clone()GeoEntityEffectSign

克隆
Returns:
返回克隆对象

createSignImage()

创建标牌图片

destroy()

释放资源
Inherited From:

fromJSON(jsonObj)

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

getGeoEntity()GeoEntity

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

getName()String

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

getOffset()MPoint3D

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

getPixScale()Number

获取标牌像素缩放比例(清晰度)
Returns:
标牌像素缩放比例

getScale()Number

获取标牌大小缩放比例
Returns:
标牌大小缩放比例

getStyleHtmlPath()String

获取样式模板html路径
Returns:
样式模板html路径

getTexts()Array.<String>

获取文本内容
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:

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

setName(name)

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

setOffset(pntOffset)

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

setPixScale(pixScale)

设置标牌像素缩放比例(清晰度)
Name Type Description
pixScale Number 标牌像素缩放比例

setScale(scale)

设置标牌大小缩放比例
Name Type Description
scale Number 标牌大小缩放比例

setStyleHtmlPath(styleHtmlPath)

设置样式模板html路径
Name Type Description
styleHtmlPath String 样式模板html路径

setTexts(texts)

设置文本内容
Name Type Description
texts Array.<String> 文本内容

setVisible(visible)

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

toJSON()String

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