33 #define FONcDouble_h_ 1
35 #include <libdap/Float64.h>
44 #include "FONcBaseType.h"
60 virtual void define(
int ncid)
override;
62 virtual void write(
int ncid)
override;
64 virtual string name()
override {
return _f->name(); }
66 virtual nc_type
type()
override {
return NC_DOUBLE; }
68 virtual void dump(ostream &strm)
const override;
A DAP BaseType with file out netcdf information included.
A DAP Float64 with file out netcdf information included.
virtual nc_type type() override
Returns the type of data of this variable.