Home Reference Source Repository

References

Class Summary

Static Public Class Summary
public

Displays a continuous legend for the parameter displayed by the given coverage data layer.

public

Displays a discrete palette legend for the parameter displayed by the given Coverage layer.

public

Like ValuePopup but draggable and updates its content while dragging.

public

An event-enabled dropdown control with optional title.

public

Renderer for Coverages and Domains conforming to the Grid domain type of CovJSON.

public

Renderer for Coverages and Domains conforming to CovJSON domain type MultiPolygon.

public

Manages palettes under common names.

public

Synchronizes visualization options of multiple renderer layers with matching Parameter and exposes a combined view of those options in form of a virtual layer object.

public

Renderer for Coverages and Domains conforming to CovJSON domain type Point.

public

A collection of points sharing the same parameters and coordinate referencing system.

public

Renderer for Coverages conforming to the CovJSON domain type PointSeries.

public

Renderer for Coverages conforming to the CovJSON domain type PolygonSeries.

public

Displays a simple date/time picker for a coverage data layer by grouping time steps into dates and times.

public

Displays a popup with an interactive plot showing the data of a time series coverage (all axes fixed except time).

public

Renderer for Coverages and Domains conforming to the CovJSON domain type Trajectory.

public

A popup that contains the parameter values of the given coverage layers at the location of the popup.

public

Displays a simple vertical coordinate dropdown selector for a coverage data layer.

public

Renderer for Coverages conforming to the CovJSON domain type VerticalProfile.

public

A collection of vertical profiles sharing the same parameters and coordinate referencing system.

public

Displays a popup with an interactive plot showing the data of the vertical profile coverage.

Function Summary

Static Public Function Summary
public

A mixin that encapsulates the creation, update, and removal of a CircleMarker.

public

CoverageMixin(base: class): class

A mixin that encapsulates loading of a single coverage for use in layers.

public

DraggablePopupMixin(base: class): class

Makes L.Popup draggable and proxies all L.Draggable events.

public

EventMixin(base: class): class

Wraps Leaflet's L.Evented for use within class expressions.

public

PaletteMixin(base: class): class

A mixin that encapsulates the palette logic of a coverage layer, supporting categorical and continuous coverage parameters.

public

cssToRGB(cssColor: string): Object

Converts any CSS color to an {r,g,b} object.

public

dataLayer(cov: *, options: *): function

Creates a layer for a given coverage data object or throws an error if no layer class could be found.

public

Return a layer class usable for the given coverage data object, or undefined if none was found.

public

Converts an array of CSS colors to a palette of the same size.

public

Convenience function that returns a legend control based on the coverage parameter type.

public

linearPalette(colors: Array<string>, steps: number): Palette

Returns a linearly interpolated palette out of CSS colors.

public

paletteFromObject(paletteSpec: *): Palette

Create a palette from a description object.

Typedef Summary

Static Public Typedef Summary
public

A coverage data layer.

public

The afterAdd event, signalling that the data layer is initialized and was added to the map.

public

The axisChange event, signalling that an axis coordinate has changed.

public

The dataLoad event, signalling that data loading has finished (also in case of errors).

public

The dataLoading event, signalling that data loading has started.

public

The error event, signalling that data loading has failed.

public

The change event, signalling that a different dropdown element has been selected.

public

MultiPolygon#click: L.MouseEvent

The click event, signalling that a polygon has been clicked.

public

The change event, signalling that a different vertical coordinate value has been selected.

public

The paletteChange event, signalling that the palette has changed.

public

The paletteExtentChange event, signalling that the palette extent has changed.

public

Point#click: L.MouseEvent

The click event, signalling that the point has been clicked.

public

A coverage point-like data layer.

public

The change event, signalling that a different time entry has been selected.

public

The change event, signalling that a different vertical coordinate value has been selected.

External Summary

Static Public External Summary
public
public
public
public
public
public
public

L

public
public
public
public
public
public
public
public
public
public
public
public
public
public
public

c3