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 featureGeometry The geometry feature to which the flow line style will be applied.
