Class: RSUITopIndexSelector

RSUITopIndexSelector

Represents the top index selector component in the remote sensing user interface. This class extends the functionality of RSUIBase to manage the index selector, which allows users to select different indices for remote sensing data visualization.

new RSUITopIndexSelector(topNavBar)

Layers/GoRemoteSensing/clases/UI/components/RSUITopIndexSelector/index.ts, line 23

Creates an instance of RSUITopIndexSelector.

Name Type Description
topNavBar RSUITopNavBar

The top navigation bar component.

Extends

  • undefined

Methods

getId(){string}

Layers/GoRemoteSensing/clases/UI/components/RSUITopIndexSelector/index.ts, line 166

Retrieves the unique identifier of the top index selector component.

Returns:
Type Description
string The identifier of the component.

getIndexSelector(){HTMLElement}

Layers/GoRemoteSensing/clases/UI/components/RSUITopIndexSelector/index.ts, line 80

Retrieves the index selector HTML element.

Returns:
Type Description
HTMLElement The index selector element.

getTopNavBar(){RSUITopNavBar}

Layers/GoRemoteSensing/clases/UI/components/RSUITopIndexSelector/index.ts, line 72

Retrieves the top navigation bar component.

Returns:
Type Description
RSUITopNavBar The top navigation bar.