DynNoteLableType Class

DynNoteLableType(opt_options)

动态注记方位属性对象

Fx构造函数

# new DynNoteLableType(opt_options)

动态注记方位属性对象

参数:
名称 类型 属性 默认值 描述
opt_options Object

属性键值对

PntInfo Zondy.Object.LablePntInfo <optional>
null

点方位属性

LinInfo Zondy.Object.LabelLinInfo <optional>
null

线方位属性

RegInfo Zondy.Object.LabelRegInfo <optional>
null

区方位属性

查看源代码 service/common/DynNoteLableType.js, line 17

成员变量

Zondy.Object.LabelLinInfo

# LinInfo

线方位属性

Default Value:
  • null

查看源代码 service/common/DynNoteLableType.js, line 39

Zondy.Object.LablePntInfo

# PntInfo

点方位属性

Default Value:
  • null

查看源代码 service/common/DynNoteLableType.js, line 31

Zondy.Object.LabelRegInfo

# RegInfo

区方位属性

Default Value:
  • null

查看源代码 service/common/DynNoteLableType.js, line 47