ParameterSignProperty

参数化构建的标牌

new Cesium.ParameterSignProperty(options)

Name Type Description
options Object optional 对象具有以下属性:
Name Type Default Description
title String "Title" optional 标牌标题信息
texts Array.<String> ["This is a sign"] optional 标牌文本信息数组
signEffectType SignEffectType SignEffectType.Sign1 optional 初始参数样式类型

Extends

Methods

clone()ParameterSignProperty

克隆
Returns:
克隆对象

getBillboardScale()Number

获取二维Billboard标牌的缩放
Returns:
缩放
Inherited From:

getContentFrameStyle()Object

获取标牌内容框样式
Returns:
标牌内容框样式(object详见setContentFrameStyle()接口)

getIndecatorLineLength()Number

获取牵引线长度
Returns:
牵引线长度
Inherited From:

getIndecatorLineRotation()Number

获取标牌牵引线旋转角度
Returns:
牵引线旋转角度
Inherited From:

getIndecatorLineStyle()Object

获取牵引线样式
Returns:
样式
Inherited From:

getMovingTargetSignType()MovingTargetSignType

获取标牌类型
Returns:
标牌类型
Inherited From:

getSignEffectType()SignEffectType

获取初始参数样式类型
Returns:
初始参数样式类型

getSignRenderMode()SignRenderMode

获取标牌渲染模式
Returns:
返回渲染模式
Inherited From:

getTexts()Array.<String>

获取标牌文本数组
Returns:
文本数组

getTextStyles()Array

获取标牌文本样式数组
Returns:
文本样式数组(object对象见:setTextStyles()接口)

getTitle()String

获取标牌标题
Returns:
标牌标题

getTitleFrameStyle()Object

获取标牌标题框样式
Returns:
标牌标题框样式(object详见setTitleFrameStyle()接口)

getTitleStyle()Object

获取标牌标题样式
Returns:
标牌标题样式(object详见setTitleStyle()接口)

getTrayStyle()Object

获取标牌托盘样式
Returns:
标牌托盘样式(setTrayStyle()接口)

isShowIndecatorLine()boolean

获取标牌是否显示牵引线
Returns:
返回是否显示牵引线
Inherited From:

setBillboardScale(billboardScale)

设置二维Billboard标牌的缩放。当 signRenderMode == SignRenderMode.Billboard 时生效
Name Type Description
billboardScale Number 缩放
Inherited From:

setContentFrameStyle(contentFrameStyle)

设置标牌内容框样式
Name Type Description
contentFrameStyle Object 标牌内容框样式
Name Type Description
visible Boolean 是否显示
lineWidth Number 线宽(mm)
lineColor Array.<Color> 线色(例:[Cesium.Color(1, 0, 0, 1)])
lineColorGradientType ColorGradientType 颜色渐变类型(例:ColorGradientType.Horizontal 横向渐变)
lineDash String 虚线间隔(单位:mm)
backgroundColor Array.<Color> 背景色(例例:[Cesium.Color(1, 0, 0, 0.4)])
backgroundColorGradientType ColorGradientType 颜色渐变类型(例:ColorGradientType.Horizontal 横向渐变)
arcCorner String 是否圆角(boolean)
imagePath String 背景图片(例:"http://localhost:8090/iserver/mgis/situationSimulation/Sign/科技.png")

setIndecatorLineLength(indecatorLineLength)

设置标牌牵引线长度(单位:mm)
Name Type Description
indecatorLineLength Number 牵引线长度
Inherited From:

setIndecatorLineRotation(indecatorLineRotation)

设置牵引线旋转角度(以屏幕X轴正向为0,逆时针方向为正的角度,单位:度)
Name Type Description
indecatorLineRotation Number 旋转角度
Inherited From:

setIndecatorLineStyle(indecatorLineStyle)

设牵引线样式
Name Type Description
indecatorLineStyle Object 样式
Name Type Description
lineWidth Number 线宽(mm)
aryLineColors Array.<Color> 线色(例:[MGIS_SuperMap3D.Color(255, 0, 0, 1)])
Inherited From:

setIsShowIndecatorLine(showIndecatorLine)

设置是否显示牵引线
Name Type Description
showIndecatorLine boolean 是否显示牵引线
Inherited From:

setSignEffectType(signEffectType)

设置初始参数样式类型
Name Type Description
signEffectType SignEffectType 类型

setSignRenderMode(signRenderMode)

设置标牌渲染模式,不支持三维模式(SignRenderMode.Solid)
Name Type Description
signRenderMode SignRenderMode 渲染模式
Inherited From:

setTexts(texts)

设置标牌文本数组
Name Type Description
texts Array.<String> 文本数组

setTextStyle(textStyle, index)

设置标牌内容文本样式
Name Type Description
textStyle Object 标牌内容文本样式
Name Type Description
visible Boolean 是否显示
color Color 文字颜色(例:Cesium.Color(1255, 0, 0, 1))
fontFamily String 字体系列
fontStyle String 字体样式(例:1.默认值:normal(正常) 2.italic(倾斜))
fontSize String 字体大小(单位:mm)
fontWeight String 字体粗细(例:1.关键字normal(正常)bold(加粗) 2.纯数字100-900的整百数 400(正常) 700加粗)
index Number 标牌内容指定行索引,如果未设置默认为所有内容样式

setTextStyles(textStyles, textStyle)

设置标牌文本样式数组(文本样式数组需与文本数组一一对应)
Name Type Description
textStyles Array 文本样式数组
textStyle Object 文本样式JSON对象
Name Type Description
color Color 标牌文本颜色字符串(例:Cesium.Color(1, 0, 0, 1))
fontFamily String 标牌文本字体 Arial | Helvetica | ... (例:"Microsoft YaHei")
fontStyle String 标牌文本样式 italic | oblique (例:"normal")
fontSize Number 标牌文本大小(单位:mm)
fontWeight String 标牌文本粗细 normal | bold | bolder | lighter | 100 | 200 | 300 | ... | 900 (例:"400")

setTitle(title)

设置标牌标题
Name Type Description
title String 标牌标题

setTitleFrameStyle(titleFrameStyle)

设置标牌标题框样式
Name Type Description
titleFrameStyle Object 标牌标题框样式
Name Type Description
visible Boolean 是否显示
lineWidth Number 线宽(mm)
lineColor Array.<Color> 线色(例:[Cesium.Color(1, 0, 0, 1)])
lineColorGradientType ColorGradientType 颜色渐变类型(例:ColorGradientType.Horizontal 横向渐变)
lineDash String 虚线间隔(例:mm)
backgroundColor Array.<Color> 背景色(例:[Cesium.Color(1, 0, 0, 0.4)])
backgroundColorGradientType ColorGradientType 颜色渐变类型(例:ColorGradientType.Horizontal 横向渐变)
arcCorner String 是否圆角(boolean)
imagePath String 背景图片(例:"http://localhost:8090/iserver/mgis/situationSimulation/Sign/科技.png")

setTitleStyle(titleStyle)

设置标牌标题样式
Name Type Description
titleStyle Object 标牌标题样式
Name Type Description
visible Boolean 是否显示
color Color 文字颜色(例:Cesium.Color(1, 0, 0, 1))
fontFamily String 字体系列
fontStyle String 字体样式(例:1.默认值:normal(正常) 2.italic(倾斜))
fontSize String 字体大小(单位:mm)
fontWeight String 字体粗细(例:1.关键字normal(正常)bold(加粗) 2.纯数字100-900的整百数 400(正常) 700加粗)

setTrayStyle(trayStyle)

设置标牌托盘样式
Name Type Description
trayStyle Object 标牌托盘样式
Name Type Description
visible Boolean 是否显示
lineWidth Number 线宽(mm)
lineColor Array.<Color> 线色(例:[Cesium.Color(1, 0, 0, 1)])
lineDash String 虚线间隔(单位:mm)