Class: UIPipeProperties

UIPipeProperties

Class representing the statistics component of the RSUI information container.

new UIPipeProperties(infoContainer)

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPipeProperties/index.ts, line 20

Create an RSUIInfoStats.

Name Type Description
infoContainer UIPanelContainer

The information container associated with the statistics component.

Extends

  • undefined

Methods

getCoherence(){HTMLDivElement}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPipeProperties/index.ts, line 80

Retrieves the coherence HTML element.

Returns:
Type Description
HTMLDivElement The coherence element.

getId(){UIVRSIds}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPipeProperties/index.ts, line 205

Get the unique identifier of the statistics component.

Returns:
Type Description
UIVRSIds The component ID.

getInfoContainer(){UIPanelContainer}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPipeProperties/index.ts, line 50

Get the information container associated with the statistics component.

Returns:
Type Description
UIPanelContainer The information container.

getStandartDesviation(){HTMLDivElement}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPipeProperties/index.ts, line 70

Retrieves the standart Desviation HTML element.

Returns:
Type Description
HTMLDivElement The standart desviation element.

getState(){Object}

Layers/GoVerticalRemoteSensing/clases/UI/components/UIPipeProperties/index.ts, line 89

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/UIPipeProperties/index.ts, line 60

Retrieves the difference statistics HTML element.

Returns:
Type Description
HTMLDivElement The difference statistics element.