|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <AggregationUtil.h>


Public Member Functions | |
| virtual TopLevelGridDataArrayGetter * | clone () const |
| Virtual constructor idiom. More... | |
| virtual libdap::Array * | readAndGetArray (const std::string &name, const libdap::DataDDS &dds, const libdap::Array *const pConstraintTemplate, const std::string &debugChannel) const |
| Find the array as the data Array of a TOP-LEVEL Grid with name. More... | |
| TopLevelGridDataArrayGetter () | |
| virtual | ~TopLevelGridDataArrayGetter () |
Definition at line 124 of file AggregationUtil.h.
| agg_util::TopLevelGridDataArrayGetter::TopLevelGridDataArrayGetter | ( | ) |
Definition at line 150 of file AggregationUtil.cc.
Referenced by clone().
|
virtual |
Definition at line 156 of file AggregationUtil.cc.
|
virtual |
Virtual constructor idiom.
Implements agg_util::ArrayGetterInterface.
Definition at line 162 of file AggregationUtil.cc.
References TopLevelGridDataArrayGetter().

|
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 DataDDS.
| 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 169 of file AggregationUtil.cc.
References agg_util::AggregationUtil::getVariableNoRecurse(), and agg_util::AggregationUtil::transferArrayConstraints().
