35#include <libdap/BaseType.h>
41#include "FONcBaseType.h"
52 libdap::BaseType * _bt ;
55 FONcInt( libdap::BaseType *b ) ;
56 FONcInt(libdap::BaseType *b,
bool unsigned_promote);
59 virtual void define(
int ncid ) ;
60 virtual void write(
int ncid ) ;
62 virtual string name() ;
63 virtual nc_type
type() ;
65 virtual void dump( ostream &strm )
const ;
A DAP BaseType with file out netcdf information included.
A DAP Int32 and UInt32 with file out netcdf information included.
virtual void define(int ncid)
define the DAP Int32 or UInt32 in the netcdf file
virtual ~FONcInt()
Destructor that cleans up the instance.
virtual string name()
returns the name of the DAP Int32 or UInt32
virtual void dump(ostream &strm) const
dumps information about this object for debugging purposes
virtual nc_type type()
returns the netcdf type of the DAP object
virtual void write(int ncid)
Write the int out to the netcdf file.