Skip to main content

Class: Hodographs<GridType, MapType>

Defined in: Hodographs.ts:122

A class representing a field of hodograph plots

Extends

Type Parameters

Type Parameter
GridType extends Grid
MapType extends MapLikeType

Constructors

Constructor

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

Defined in: Hodographs.ts:137

Create a field of hodographs

Parameters

ParameterTypeDescription
profile_fieldRawProfileField<GridType>The grid of profiles to plot
opts?HodographOptionsVarious options to use when creating the hodographs

Returns

Hodographs<GridType, MapType>

Overrides

PlotComponent.constructor

Properties

PropertyModifierTypeDefined in
optsreadonlyRequired<HodographOptions>Hodographs.ts:124

Methods

updateField()

updateField(field): Promise<void>

Defined in: Hodographs.ts:155

Update the profiles displayed

Parameters

ParameterTypeDescription
fieldRawProfileField<GridType>The new profiles to display as hodographs

Returns

Promise<void>