SimpleLineSymbolProperties

指定线条端点样式。

关系

Extends

SimpleLineSymbolProperties Extends LineSymbolProperties

属性

cap

指定线条端点样式。

cap?: "square" | "butt" | "round"

类型: "square" | "butt" | "round"

color

符号的颜色。

color?: ColorProperties

join

指定线条连接样式。

join?: "round" | "miter" | "bevel"

类型: "round" | "miter" | "bevel"

marker

指定线条上符号标记的颜色、样式和位置。

marker?: LineSymbolMarkerProperties

miterLimit

斜接连接宽度与线条宽度的最大允许比率。

miterLimit?: number

类型: number

style

指定线条样式。

style?: "none" | "solid" | "dash" | "dash-dot" | "dot" | "long-dash" | "long-dash-dot" | "long-dash-dot-dot" | "short-dash" | "short-dash-dot" | "short-dash-dot-dot" | "short-dot"

类型: "none" | "solid" | "dash" | "dash-dot" | "dot" | "long-dash" | "long-dash-dot" | "long-dash-dot-dot" | "short-dash" | "short-dash-dot" | "short-dash-dot-dot" | "short-dot"

type

符号类型标识。

type?: "simple-line"

类型: "simple-line"

width

符号的宽度,以点为单位。

width?: string | number

类型: string | number

BIMFlux AI