Class: RSUITopNavBar

RSUITopNavBar

Represents the top navigation bar component in the remote sensing user interface. This class extends RSUIBase and manages various sub-components like date selector, index selector, and statistics display.

new RSUITopNavBar(mainContainer)

Layers/GoRemoteSensing/clases/UI/components/RSUITopNavBar/index.ts, line 22

Creates an instance of RSUITopNavBar.

Name Type Description
mainContainer RSUIMainContainer

The main container associated with the navigation bar.

Extends

  • undefined

Methods

getDateSelector(){RSUITopDateSelector}

Layers/GoRemoteSensing/clases/UI/components/RSUITopNavBar/index.ts, line 70

Retrieves the date selector component.

Returns:
Type Description
RSUITopDateSelector The date selector component.

getId(){string}

Layers/GoRemoteSensing/clases/UI/components/RSUITopNavBar/index.ts, line 112

Retrieves the unique identifier of the top navigation bar component.

Returns:
Type Description
string The identifier of the component.

getIndexSelector(){RSUITopIndexSelector}

Layers/GoRemoteSensing/clases/UI/components/RSUITopNavBar/index.ts, line 78

Retrieves the index selector component.

Returns:
Type Description
RSUITopIndexSelector The index selector component.

getMainContainer(){RSUIMainContainer}

Layers/GoRemoteSensing/clases/UI/components/RSUITopNavBar/index.ts, line 86

Retrieves the main container component.

Returns:
Type Description
RSUIMainContainer The main container component.

getStats(){RSUITopStats}

Layers/GoRemoteSensing/clases/UI/components/RSUITopNavBar/index.ts, line 62

Retrieves the statistics display component.

Returns:
Type Description
RSUITopStats The statistics display component.