GATE
gate_tech_webapi_geomaps_response_class Struct Reference

Public Attributes

gate_struct_t struct_base
 
gate_uint32_t image_width
 
gate_uint32_t image_height
 
gate_real32_t center_latitude
 
gate_real32_t center_longitude
 
gate_real32_t min_latitude
 
gate_real32_t min_longitude
 
gate_real32_t max_latitude
 
gate_real32_t max_longitude
 
gate_int16_t image_type
 
gate_int16_t image_format
 
gate_blob_t image_data
 

Member Data Documentation

◆ center_latitude

gate_real32_t gate_tech_webapi_geomaps_response_class::center_latitude

geoposition center latitude of returned image

◆ center_longitude

gate_real32_t gate_tech_webapi_geomaps_response_class::center_longitude

geoposition center longitude of returned image

◆ image_data

gate_blob_t gate_tech_webapi_geomaps_response_class::image_data

returned image data blob (related to image_format)

◆ image_format

gate_int16_t gate_tech_webapi_geomaps_response_class::image_format

returned image data format: one of GATE_TECH_GEOMAPS_IMAGE_* flags

◆ image_height

gate_uint32_t gate_tech_webapi_geomaps_response_class::image_height

height of returned image in pixels

◆ image_type

gate_int16_t gate_tech_webapi_geomaps_response_class::image_type

returned image type

◆ image_width

gate_uint32_t gate_tech_webapi_geomaps_response_class::image_width

width of returned image in pixels

◆ max_latitude

gate_real32_t gate_tech_webapi_geomaps_response_class::max_latitude

bounding-box latitude of right-lower image corner

◆ max_longitude

gate_real32_t gate_tech_webapi_geomaps_response_class::max_longitude

bounding-box longitude of right-lower image corner

◆ min_latitude

gate_real32_t gate_tech_webapi_geomaps_response_class::min_latitude

bounding-box latitude of left-upper image corner

◆ min_longitude

gate_real32_t gate_tech_webapi_geomaps_response_class::min_longitude

bounding-box longitude of left-upper image corner


The documentation for this struct was generated from the following file: