LabelLinInfo Class

LabelLinInfo(option)

线要素动态注记方位属性对象

Fx构造函数

# new LabelLinInfo(option)

线要素动态注记方位属性对象

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

属性键值对

ClientOutLabel Boolean <optional>
false

不完全注记

DistFromLine Number <optional>
0.00

偏离线约束 偏移线的距离

FromLineConstrain LineConstrain <optional>
0

Zondy.Enum.LineConstrain,枚举类型,偏离线约束

Interval Number <optional>
0.00

线重复注记 每段的长度

LinType LabelLinType <optional>
0

Zondy.Enum.LabelLinType,枚举类型, 线方位

Repeat RepeatType <optional>
0

Zondy.Enum.RepeatType,枚举类型,线重复注记策略

SpreadType LabelSpreadType <optional>
null

Zondy.Enum.LabelSpreadType,枚举类型,注记分布的策略

查看源代码 service/common/LabelLinInfo.js, line 20

成员变量

Boolean

# ClientOutLabel

不完全注记

Default Value:
  • false

查看源代码 service/common/LabelLinInfo.js, line 38

Number

# DistFromLine

偏离线约束 偏移线的距离

Default Value:
  • 0.00

查看源代码 service/common/LabelLinInfo.js, line 46

LineConstrain

# FromLineConstrain

枚举类型,偏离线约束 Zondy.Enum.LineConstrain

Default Value:
  • 0

查看源代码 service/common/LabelLinInfo.js, line 54

Number

# Interval

线重复注记 每段的长度

Default Value:
  • 0.00

查看源代码 service/common/LabelLinInfo.js, line 62

LabelLinType

# LinType

Zondy.Enum.LabelLinType,枚举类型, 线方位

Default Value:
  • 0

查看源代码 service/common/LabelLinInfo.js, line 70

RepeatType

# Repeat

Zondy.Enum.RepeatType,枚举类型,线重复注记策略

Default Value:
  • 0

查看源代码 service/common/LabelLinInfo.js, line 78

LabelSpreadType

# SpreadType

Zondy.Enum.LabelSpreadType,枚举类型,注记分布的策略

Default Value:
  • null

查看源代码 service/common/LabelLinInfo.js, line 86