30#include <libdap/BaseType.h>
36#include "FONcBaseType.h"
47 libdap::BaseType * _bt ;
52 virtual void define(
int ncid ) ;
53 virtual void write(
int ncid ) ;
55 virtual string name() ;
56 virtual nc_type
type() ;
virtual string name()
returns the name of the DAP Int64
virtual void define(int ncid)
define the DAP Int64 in the netcdf file
virtual ~FONcInt64()
Destructor that cleans up the instance.
virtual nc_type type()
returns the netcdf type of the DAP object
virtual void dump(ostream &strm) const
dumps information about this object for debugging purposes
FONcInt64(libdap::BaseType *b)
Constructor for FOncInt64 that takes a DAP Int64.
virtual void write(int ncid)
Write the unsigned int out to the netcdf file.