Class: FlowLinesStyle

FlowLinesStyle

A class that represents styling for flow lines using 3D rendering with Three.js

new FlowLinesStyle(source, styleOptions)

GoMap/Styles/FlowLinesStyle.ts, line 22

Creates an instance of FlowLinesStyle.

Name Type Description
source BaseSource

The source from which the line data is derived.

styleOptions Go3dStylesConfig

Configuration options for the flow line style.

Extends

  • undefined

Methods

apply(feature)

GoMap/Styles/FlowLinesStyle.ts, line 87

Applies the flow line style to a given line feature.

Name Type Description
feature Geometry

The geometry feature to which the flow line style will be applied.