autumnplot-gl

Hardware-accelerated geospatial data plotting in the browser


Project maintained by tsupinie Hosted on GitHub Pages — Theme by mattgraham

autumnplot-glDocs


autumnplot-gl / Hodographs

Class: Hodographs<MapType>

A class representing a field of hodograph plots

Extends

Type parameters

MapType extends MapLikeType

Constructors

new Hodographs()

new Hodographs<MapType>(profile_field, opts?): Hodographs<MapType>

Create a field of hodographs

Parameters

profile_field: RawProfileField

The grid of profiles to plot

opts?: HodographOptions

Various options to use when creating the hodographs

Returns

Hodographs<MapType>

Overrides

PlotComponent.constructor

Source

Hodographs.ts:122

Properties

opts

readonly opts: Required<HodographOptions>

Source

Hodographs.ts:109

Methods

updateField()

updateField(field): Promise<void>

Update the profiles displayed

Parameters

field: RawProfileField

The new profiles to display as hodographs

Returns

Promise<void>

Source

Hodographs.ts:140