Class: RSUIInfoStats

RSUIInfoStats

Class representing the statistics component of the RSUI information container.

new RSUIInfoStats(infoContainer)

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoStats/index.ts, line 20

Create an RSUIInfoStats.

Name Type Description
infoContainer RSUIInfoRSContainer

The information container associated with the statistics component.

Extends

  • undefined

Methods

getAverageStat(){HTMLDivElement}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoStats/index.ts, line 105

Retrieves the average statistics HTML element.

Returns:
Type Description
HTMLDivElement The average statistics element.

getDiferenceStat(){HTMLDivElement}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoStats/index.ts, line 95

Retrieves the difference statistics HTML element.

Returns:
Type Description
HTMLDivElement The difference statistics element.

getId(){string}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoStats/index.ts, line 270

Get the unique identifier of the statistics component.

Returns:
Type Description
string The component ID.

getInfoContainer(){RSUIInfoRSContainer}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoStats/index.ts, line 85

Get the information container associated with the statistics component.

Returns:
Type Description
RSUIInfoRSContainer The information container.

getMaxValueStat(){HTMLDivElement}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoStats/index.ts, line 125

Retrieves the maximum value statistics HTML element.

Returns:
Type Description
HTMLDivElement The maximum value statistics element.

getMinValueStat(){HTMLDivElement}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoStats/index.ts, line 115

Retrieves the minimum value statistics HTML element.

Returns:
Type Description
HTMLDivElement The minimum value statistics element.

getState(){Object}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoStats/index.ts, line 134

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

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