|
bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|


Public Member Functions | |
| virtual TopLevelGridDataArrayGetter * | clone () const |
| virtual libdap::Array * | readAndGetArray (const std::string &name, const libdap::DDS &dds, const libdap::Array *const pConstraintTemplate, const std::string &debugChannel) const |
Definition at line 111 of file AggregationUtil.h.
| agg_util::TopLevelGridDataArrayGetter::TopLevelGridDataArrayGetter | ( | ) |
Definition at line 154 of file AggregationUtil.cc.
|
virtual |
Definition at line 160 of file AggregationUtil.cc.
|
virtual |
Virtual constructor idiom
Implements agg_util::ArrayGetterInterface.
Definition at line 166 of file AggregationUtil.cc.
|
virtual |
Find the array as the data Array of a TOP-LEVEL Grid with name. Therefore, the Array would have name "name.name" as an qualified name w.r.t. the DDS.
| AggregationException | if not found or illegal shape. |
| name | name of the Grid to find the Array in. |
| dds | DDS to search |
| pConstraintTemplate | template for constraints |
| debugChannel | if !empty() the channel to print to. |
Implements agg_util::ArrayGetterInterface.
Definition at line 173 of file AggregationUtil.cc.