Last updated

API / geotoolkit / attributes / LineStyle / Patterns

Class: Patterns

attributes.LineStyle.Patterns

Enum of line style patterns

Hierarchy

  • Array<number>

    Patterns

Table of contents

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))
Properties

Contents

Constructors

new Patterns(arrayLength)

new Patterns(arrayLength)

Parameters

Name Type
arrayLengthnumber

Inherited from

Array<number>.constructor


new Patterns(items)

new Patterns(...items)

Parameters

Name Type
...itemsnumber[]

Inherited from

Array<number>.constructor

Properties

Dash

Static Readonly Dash: Patterns

Line with long dashes


DashDot

Static Readonly DashDot: Patterns

Dash followed by dot


DashDotDot

Static Readonly DashDotDot: Patterns

Dash followed by two dots


DashLongDash

Static Readonly DashLongDash: Patterns

Dash followed by long dash


Dot

Static Readonly Dot: Patterns

Small dots continuously


LongDash

Static Readonly LongDash: Patterns

Very long dashes


ShortDash

Static Readonly ShortDash: Patterns

Short Dashes


Solid

Static Readonly Solid: Patterns

Solid line