bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
#include <DDSAccessInterface.h>
Public Member Functions | |
virtual const libdap::DDS * | getDDS () const =0 |
Interface class for any object that can contains a DDS. Useful for avoiding module back-dependencies since we do not want agg_util dependencies back to ncml_module, e.g.
Definition at line 45 of file DDSAccessInterface.h.
|
pure virtual |
Definition at line 33 of file DDSAccessInterface.cc.
|
pure virtual |
Accessor for a contained DDS. The returned object is to be considered an alias, and should NOT be deleted or stored outside the lifetime of this! If the object doesn't have a valid DDS currently, NULL is returned.
Implemented in ncml_module::NetcdfElement.