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() ;
58 virtual void dump( ostream &strm )
const ;
A DAP BaseType with file out netcdf information included.
A DAP Int64 with file out netcdf information included.
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
virtual void write(int ncid)
Write the unsigned int out to the netcdf file.