The GEOSS Discovery And Access Broker APIs
Authors: Fabrizio Papeschi, Mattia Santoro, Stefano Nativi
API version: 1.4.3-beta

Bbox

Module: Report

This object provides EPSG:4326 lat\lon coordinates of a rectangular region. E.g.:


                            var bbox = {
                                 "south": -10,
                                 "west": -20,
                                 "north": 10,
                                 "east": 20
                            }
                         

See also DAB discover 'where constraint'.
See also Report

Item Index

Properties

Properties

east

Double

Double value in between -180 and 180

north

Double

Double value in between -90 and 90

south

Double

Double value in between -90 and 90

west

Double

Double value in between -180 and 180