Class: RSUIInfoRSContainer

RSUIInfoRSContainer

Class representing the container for various RSUI information components.

new RSUIInfoRSContainer(mainContainer)

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoRSContainer/index.ts, line 21

Create an RSUIInfoRSContainer.

Name Type Description
mainContainer RSUIMainContainer

The main container associated with the RSUI information container.

Extends

  • undefined

Methods

getId(){string}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoRSContainer/index.ts, line 171

Get the unique identifier of the RSUI information container.

Returns:
Type Description
string The component ID.

getInfoChart(){RSUIInfoChart}

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

Get the chart component of the RSUI information container.

Returns:
Type Description
RSUIInfoChart The chart component.

getInfoHeader(){RSUIInfoHeader}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoRSContainer/index.ts, line 107

Get the header component of the RSUI information container.

Returns:
Type Description
RSUIInfoHeader The header component.

getInfoOverview(){RSUIInfoOverview}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoRSContainer/index.ts, line 116

Get the overview component of the RSUI information container.

Returns:
Type Description
RSUIInfoOverview The overview component.

getInfoStats(){RSUIInfoStats}

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

Get the stats component of the RSUI information container.

Returns:
Type Description
RSUIInfoStats The stats component.

getMainContainer(){RSUIMainContainer}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoRSContainer/index.ts, line 98

Get the main container associated with the RSUI information container.

Returns:
Type Description
RSUIMainContainer The main container.

update()

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoRSContainer/index.ts, line 87

Update the RSUI information container. Creates a new instance and updates the main container with it.