MeteorCommunicationLink

流星线特效,继承自CommunicationLinkBase
Name Type Description
options Object 特效基类参数
Name Type Default Description
visible Boolean true optional 特效显隐
startUUID String 信号起始的地理实体UUID
endUUID String 信号结束的地理实体UUID
startOffset MPoint3D MPoint3D(0,0,0.5) optional 链路起点相对于起点模型自身大小的偏移量(百分比)
endOffset MPoint3D MPoint3D(0,0,0.5) optional 链路终点相对于终点模型自身大小的偏移量(百分比)
maxVisibleDistance Boolean -1 optional 为-1时不生效,当起始和终止位置之间的距离小于此距离时才显示链路
color Boolean new MGIS_SuperMap3D.Color(1.0, 0.0, 0.0, 0.8) optional 颜色
speedV Boolean 1.0 optional 速度
percent Boolean 0.1 optional 长度占比
gradient Boolean 0.01 optional 连接线透明度
lineWidth Boolean 1.0 optional 线宽

Extends

Methods

staticCesium.MeteorCommunicationLink.TubularCommunicationLink#getBottomRadius()Number

获取管线底面半径
Returns:
底面半径

staticCesium.MeteorCommunicationLink.TubularCommunicationLink#getImage()string

获取管线材质图片路径
Returns:
图片路径

staticCesium.MeteorCommunicationLink.TubularCommunicationLink#getRepeatCount()Number

获取管线材质重复次数
Returns:
材质重复次数

staticCesium.MeteorCommunicationLink.TubularCommunicationLink#getSectionSlices()Number

获取管线截面边数
Returns:
截面边数

staticCesium.MeteorCommunicationLink.TubularCommunicationLink#getSpeedV()Number

获取管线材质流动速度
Returns:
流动速度

staticCesium.MeteorCommunicationLink.TubularCommunicationLink#getTopRadius()Number

获取管线顶面半径
Returns:
顶面半径

staticCesium.MeteorCommunicationLink.TubularCommunicationLink#setBottomRadius(bottomRadius)

设置管线底面半径
Name Type Description
bottomRadius Number optional 底面半径

staticCesium.MeteorCommunicationLink.TubularCommunicationLink#setImage(image)

设置管线材质图片路径
Name Type Description
image string optional 图片路径

staticCesium.MeteorCommunicationLink.TubularCommunicationLink#setRepeatCount(repeatCount)

设置管线材质重复次数
Name Type Description
repeatCount Number optional 重复次数

staticCesium.MeteorCommunicationLink.TubularCommunicationLink#setSectionSlices(sectionSlices)

设置管线截面边数
Name Type Description
sectionSlices Number optional 截面边数,取值范围[3,128]

staticCesium.MeteorCommunicationLink.TubularCommunicationLink#setSpeedV(speedV)

设置管线材质流动速度
Name Type Description
speedV Number optional 流动速度

staticCesium.MeteorCommunicationLink.TubularCommunicationLink#setTopRadius(topRadius)

设置管线顶面半径
Name Type Description
topRadius Number optional 顶面半径

addEffectToScene(scene)

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

destroy()

释放资源
Inherited From:

fromJSON(jsonObj)

将json转为对象
Name Type Description
jsonObj String Json字符串转特效对象

getColor()Color

获取流星线颜色
Returns:
线颜色

getEndOffset()MPoint3D

获取结束点相对于起点模型自身大小的偏移量
Returns:
偏移量
Inherited From:

getEndUUID()String

获取结束地理实体的UUID
Returns:
实体UUID
Inherited From:

getGeoEntity()GeoEntity

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

getGradient()Number

获取连接线透明度
Returns:
透明度

getLineWidth()Number

获取流星线宽度
Returns:
宽度

getLinkType()CommunicationLinkType

获取链路类型
Returns:
信号类型
Inherited From:

getMaxVisibleDistance()Number

获取最大可见距离(当起始和终止位置之间的距离小于等于此距离时才显示链路)
Returns:
最大可见距离
Inherited From:

getName()String

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

getOffset()MPoint3D

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

getPercent()Number

获取流星线占线长比例
Returns:
比例

getSpeedV()Number

获取流星线流动速度
Returns:
流动速度

getStartOffset()MPoint3D

获取起始点相对于起点模型自身大小的偏移量
Returns:
偏移量
Inherited From:

getStartUUID()String

获取起始地理实体的UUID
Returns:
实体UUID
Inherited From:

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:

setColor(color)

设置流星线颜色
Name Type Description
color Color optional 线颜色

setEndOffset(pntOffset)

设置结束点相对于起点模型自身大小的偏移量
Name Type Description
pntOffset MPoint3D 偏移量
Inherited From:

setEndUUID(endUUID)

设置结束地理实体的UUID
Name Type Description
endUUID String 实体UUID
Inherited From:

setGeoEntity(geoEntity)

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

setGeoEntityParameter(geoEntityParameter, linkGeoEntityUuid)

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

setGradient(gradient)

设置连接线透明度
Name Type Description
gradient Number optional 透明度

setLineWidth(width)

设置流星线宽度
Name Type Description
width Number optional 宽度

setMaxVisibleDistance(dMaxDistance)

设置最大可见距离(当起始和终止位置之间的距离小于等于此距离时才显示链路)
Name Type Description
dMaxDistance Number 最大可见距离
Inherited From:

setName(name)

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

setOffset(pntOffset)

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

setPercent(percent)

设置流星线占线长比例
Name Type Description
percent Number optional 流星线占线长比例

setSpeedV(speedV)

设置流星线流动速度
Name Type Description
speedV Number optional 流动速度

setStartOffset(pntOffset)

设置起始点相对于起点模型自身大小的偏移量
Name Type Description
pntOffset MPoint3D 偏移量
Inherited From:

setStartUUID(startUUID)

设置起始地理实体的UUID
Name Type Description
startUUID String 实体UUID
Inherited From:

setVisible(visible)

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

toJSON()String

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