API / geotoolkit / attributes / LineStyle / Patterns
attributes.LineStyle.Patterns
Enum of line style patterns
Array<number>↳
Patterns
Constructors
| [new Patterns(arrayLength)](/solutions/geotoolkit/apis/classes/geotoolkit.attributes.linestyle.patterns.md#new patterns(arraylength)) | [new Patterns(items)](/solutions/geotoolkit/apis/classes/geotoolkit.attributes.linestyle.patterns.md#new patterns(items)) |
|---|
Constructors
• new Patterns(arrayLength)
| Name | Type |
|---|---|
arrayLength | number |
Array<number>.constructor
• new Patterns(...items)
| Name | Type |
|---|---|
...items | number[] |
Array<number>.constructor
Properties
▪ Static Readonly Dash: Patterns
Line with long dashes
▪ Static Readonly DashDot: Patterns
Dash followed by dot
▪ Static Readonly DashDotDot: Patterns
Dash followed by two dots
▪ Static Readonly DashLongDash: Patterns
Dash followed by long dash
▪ Static Readonly Dot: Patterns
Small dots continuously
▪ Static Readonly LongDash: Patterns
Very long dashes
▪ Static Readonly ShortDash: Patterns
Short Dashes
▪ Static Readonly Solid: Patterns
Solid line