Class: UIPipeStats

UIPipeStats

Class representing the statistics component of the RSUI information container.

new UIPipeStats(infoContainer)

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPipeStats/index.ts, line 18

Create an RSUIInfoStats.

Name Type Description
infoContainer RSUIInfoRSContainer

The information container associated with the statistics component.

Extends

  • undefined

Methods

getCoherence(){HTMLDivElement}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPipeStats/index.ts, line 78

Retrieves the coherence HTML element.

Returns:
Type Description
HTMLDivElement The coherence element.

getId(){string}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPipeStats/index.ts, line 264

Get the unique identifier of the statistics component.

Returns:
Type Description
string The component ID.

getInfoContainer(){RSUIInfoRSContainer}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPipeStats/index.ts, line 48

Get the information container associated with the statistics component.

Returns:
Type Description
RSUIInfoRSContainer The information container.

getStandartDesviation(){HTMLDivElement}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPipeStats/index.ts, line 68

Retrieves the standart Desviation HTML element.

Returns:
Type Description
HTMLDivElement The standart desviation element.

getState(){Object}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPipeStats/index.ts, line 87

Get the current state of the statistics, including all statistical values.

Returns:
Type Description
Object The current state of the statistics.

getVelocity(){HTMLDivElement}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPipeStats/index.ts, line 58

Retrieves the difference statistics HTML element.

Returns:
Type Description
HTMLDivElement The difference statistics element.