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


Public Member Functions | |
| HDFStructure (const string &n, const string &d) | |
| virtual BaseType * | ptr_duplicate () |
| virtual bool | read () |
| virtual bool | read_tagref (int32 tag, int32 ref, int &error) |
| virtual void | set_read_p (bool state) |
| virtual void | transfer_attributes (AttrTable *at_container) |
| Transfer attributes from a separately built DAS to the DDS. More... | |
| virtual | ~HDFStructure () |
Definition at line 53 of file HDFStructure.h.
| HDFStructure::HDFStructure | ( | const string & | n, |
| const string & | d | ||
| ) |
Definition at line 62 of file HDFStructure.cc.
Referenced by ptr_duplicate().
|
virtual |
Definition at line 66 of file HDFStructure.cc.
|
virtual |
Definition at line 68 of file HDFStructure.cc.
References HDFStructure().

|
virtual |
Definition at line 79 of file HDFStructure.cc.
References read_tagref().

|
virtual |
Implements ReadTagRef.
Definition at line 91 of file HDFStructure.cc.
References BESDEBUG, LoadStructureFromVgroup(), hdfistream_vgroup::seek_ref(), and set_read_p().
Referenced by read().

|
virtual |
Definition at line 74 of file HDFStructure.cc.
Referenced by LoadSequenceFromVdata(), and read_tagref().
|
virtual |
Transfer attributes from a separately built DAS to the DDS.
This method overrides the implementation found in libdap to accommodate the special characteristics of the HDF4 handler's DAS object. The noteworthy feature of this handler's DAS is that it lacks the specified structure that provides an easy way to match DAS and DDS items. Instead this DAS is flat.
Because this handler builds a flat attribute object, each variable has to look at the entire top level set of attribute containers to find its own attribute container. If the DAS were built correctly, then this method would find the container for this Structure and pass only that to the child variables for them to search. See the default method in libdap.
| at | An AttrTable for the entire DAS. Search this for attributes by name. |
Definition at line 146 of file HDFStructure.cc.
References BESDEBUG.