|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <cassert>#include <sstream>#include <memory>#include <BaseType.h>#include <Int32.h>#include <Str.h>#include <Array.h>#include <Structure.h>#include <D4RValue.h>#include <Error.h>#include <debug.h>#include <util.h>#include <ServerFunctionsList.h>#include "BBoxUnionFunction.h"#include "roi_utils.h"
Go to the source code of this file.
Namespaces | |
| libdap | |
| static class NCMLUtil overview | |
Functions | |
| void | libdap::function_dap2_bbox_union (int argc, BaseType *argv[], DDS &, BaseType **btpp) |
| Combine several bounding boxes, forming their union. More... | |
| BaseType * | libdap::function_dap4_bbox_union (D4RValueList *, DMR &) |
| Combine several bounding boxes, forming their union. More... | |