Class: Hodographs<GridType, MapType>
Defined in: Hodographs.ts:122
A class representing a field of hodograph plots
Extends
PlotComponent<MapType>
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
| Parameter | Type | Description |
|---|---|---|
profile_field | RawProfileField<GridType> | The grid of profiles to plot |
opts? | HodographOptions | Various options to use when creating the hodographs |
Returns
Hodographs<GridType, MapType>
Overrides
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
opts | readonly | Required<HodographOptions> | Hodographs.ts:124 |
Methods
updateField()
updateField(
field):Promise<void>
Defined in: Hodographs.ts:155
Update the profiles displayed
Parameters
| Parameter | Type | Description |
|---|---|---|
field | RawProfileField<GridType> | The new profiles to display as hodographs |
Returns
Promise<void>