Class: RSUIInfoOverview

RSUIInfoOverview

Class representing the overview component of the RSUI information container.

new RSUIInfoOverview(infoContainer)

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

Create an RSUIInfoOverview.

Name Type Description
infoContainer RSUIInfoRSContainer

The information container associated with the overview.

Extends

  • undefined

Methods

getAreaText(){HTMLParagraphElement}

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

Get the area text element of the information overview.

Returns:
Type Description
HTMLParagraphElement The area text element.

getCloudCoverText(){HTMLParagraphElement}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoOverview/index.ts, line 124

Get the cloud cover text element of the information overview.

Returns:
Type Description
HTMLParagraphElement The cloud cover text element.

getComunityMemberText(){HTMLParagraphElement}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoOverview/index.ts, line 97

Get the community member text element of the information overview.

Returns:
Type Description
HTMLParagraphElement The community member text element.

getCropText(){HTMLParagraphElement}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoOverview/index.ts, line 106

Get the crop text element of the information overview.

Returns:
Type Description
HTMLParagraphElement The crop text element.

getId(){string}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoOverview/index.ts, line 204

Get the unique identifier of the information overview component.

Returns:
Type Description
string The component ID.

getInfoContainer(){RSUIInfoRSContainer}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoOverview/index.ts, line 79

Get the information container associated with the overview.

Returns:
Type Description
RSUIInfoRSContainer The information container.

getState(){Object}

Layers/GoRemoteSensing/clases/UI/components/RSUIInfoOverview/index.ts, line 88

Get the current state of the overview, including community member, crop, and area details.

Returns:
Type Description
Object The current state.