Skip to content

/AWS1/CL_GSTAZELSEGMENTSDATA

Container for azimuth elevation segment data.

Specify either AzElSegmentsData$s3Object to reference data in Amazon S3, or AzElSegmentsData$azElData to provide data inline.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_s3object TYPE REF TO /AWS1/CL_GSTS3OBJECT /AWS1/CL_GSTS3OBJECT

The Amazon S3 object containing azimuth elevation segment data.

The Amazon S3 object must contain JSON-formatted azimuth elevation data matching the AzElSegments structure.

io_azeldata TYPE REF TO /AWS1/CL_GSTAZELSEGMENTS /AWS1/CL_GSTAZELSEGMENTS

Azimuth elevation segment data provided directly in the request.

Use this option for smaller datasets or when Amazon S3 access is not available.


Queryable Attributes

s3Object

The Amazon S3 object containing azimuth elevation segment data.

The Amazon S3 object must contain JSON-formatted azimuth elevation data matching the AzElSegments structure.

Accessible with the following methods

Method Description
GET_S3OBJECT() Getter for S3OBJECT

azElData

Azimuth elevation segment data provided directly in the request.

Use this option for smaller datasets or when Amazon S3 access is not available.

Accessible with the following methods

Method Description
GET_AZELDATA() Getter for AZELDATA