Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
对象具有以下属性:
|
Extends
Methods
-
添加特效到场景
Name Type Description scene
scene 场景 - Inherited From:
-
clone() → DashLineCommunicationLink
-
克隆
Returns:
返回克隆对象 -
释放资源
- Inherited From:
-
Json对象转特效对象
Name Type Description jsonObj
Object -
获取间断线长度(像素)
Returns:
间断线长度 -
获取间断线的模板
Returns:
间断线的模板 -
getEndOffset() → MPoint3D
-
获取结束点相对于起点模型自身大小的偏移量
Returns:
偏移量- Inherited From:
-
获取结束地理实体的UUID
Returns:
实体UUID- Inherited From:
-
getGapColor() → Color
-
获取间断线中间间隙的颜色
Returns:
间断线中间间隙的颜色 -
getGeoEntity() → GeoEntity
-
获取特效绑定的地理实体
Returns:
地理实体- Inherited From:
-
获取线宽(像素)
Returns:
线宽 -
getLinkType() → CommunicationLinkType
-
获取链路类型
Returns:
信号类型- Inherited From:
-
获取最大可见距离(当起始和终止位置之间的距离小于等于此距离时才显示链路)
Returns:
最大可见距离- Inherited From:
-
特效名称
Returns:
返回特效名称- Inherited From:
-
getOffset() → MPoint3D
-
获取偏移百分比(相对于实体自身大小)
Returns:
xyz方向上的偏移百分比- Inherited From:
-
getSignalColor() → Color
-
获取信号线色
Returns:
获取信号线色 -
获取流动速度
Returns:
流动速度 -
getStartOffset() → MPoint3D
-
获取起始点相对于起点模型自身大小的偏移量
Returns:
偏移量- Inherited From:
-
获取起始地理实体的UUID
Returns:
实体UUID- Inherited From:
-
getType() → GeoEntityEffectType
-
获取特效类型
Returns:
特效类型- Inherited From:
-
获取特效UUID(唯一标识)
Returns:
UUID- Inherited From:
-
获取特效是否跟随模型缩放改变
Returns:
否跟随模型缩放改变- Inherited From:
-
获取特效显隐
Returns:
显隐- Inherited From:
-
从场景中移除特效
Name Type Description scene
scene 场景 - Inherited From:
-
设置特效是否跟随模型缩放改变
Name Type Description bChange
Boolean 否跟随模型缩放改变 - Inherited From:
-
设置间断线长度(像素)
Name Type Description dashLength
Number 间断线长度 -
获取间断线的模板(将数转为二进制, 按位填色,位上为1标识填充,0表示不填充)
Name Type Description dashPattern
Number 间断线的模板 -
设置结束点相对于起点模型自身大小的偏移量
Name Type Description pntOffset
MPoint3D 偏移量 - Inherited From:
-
设置结束地理实体的UUID
Name Type Description endUUID
String 实体UUID - Inherited From:
-
设置间断线中间间隙的颜色
Name Type Description color
Color 间断线中间间隙的颜色 -
设置特效绑定的地理实体
Name Type Description geoEntity
GeoEntity 地理实体 - Inherited From:
-
设置特效属性
Name Type Description geoEntityParameter
GeoEntityParameter 地理实体参数类 linkGeoEntityUUID
String optional 实体的UUID -
设置线宽(像素)
Name Type Description lineWidth
Number 线宽 -
设置最大可见距离(当起始和终止位置之间的距离小于等于此距离时才显示链路)
Name Type Description dMaxDistance
Number 最大可见距离 - Inherited From:
-
特效名称
Name Type Description name
String 名称 - Inherited From:
-
设置偏移百分比(相对于实体自身大小)
Name Type Description pntOffset
MPoint3D xyz方向上的偏移百分比 - Inherited From:
-
设置信号线色
Name Type Description color
Color 信号线色 -
设置流动速度
Name Type Description speedV
Number 流动速度 -
设置起始点相对于起点模型自身大小的偏移量
Name Type Description pntOffset
MPoint3D 偏移量 - Inherited From:
-
设置起始地理实体的UUID
Name Type Description startUUID
String 实体UUID - Inherited From:
-
设置特效显隐
Name Type Description visible
Boolean 显隐 - Inherited From:
-
特效对象转Json对象
Returns:
Json对象