|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <sstream>#include "FONcTransform.h"#include "FONcUtils.h"#include "FONcBaseType.h"#include "FONcAttributes.h"#include <DDS.h>#include <Structure.h>#include <Array.h>#include <Grid.h>#include <Sequence.h>#include <BESDebug.h>#include <BESInternalError.h>
Go to the source code of this file.
Macros | |
| #define | ATTRIBUTE_SEPARATOR "." |
| #define | FONC_ORIGINAL_NAME "fonc_original_name" |
| #define | RETURNAS_NETCDF "netcdf" |
| #define | RETURNAS_NETCDF4 "netcdf-4" |
| #define ATTRIBUTE_SEPARATOR "." |
Definition at line 52 of file FONcTransform.cc.
| #define FONC_ORIGINAL_NAME "fonc_original_name" |
Definition at line 53 of file FONcTransform.cc.
Referenced by FONcAttributes::add_original_name().
| #define RETURNAS_NETCDF "netcdf" |
Definition at line 55 of file FONcTransform.cc.
| #define RETURNAS_NETCDF4 "netcdf-4" |
Definition at line 56 of file FONcTransform.cc.
Referenced by FONcTransform::transform().