35#include <libdap/Float32.h>
42#include "FONcBaseType.h"
53 libdap::Float32 * _f ;
58 virtual void define(
int ncid ) ;
59 virtual void write(
int ncid ) ;
61 virtual string name() ;
62 virtual nc_type
type() ;
64 virtual void dump( ostream &strm )
const ;
A DAP BaseType with file out netcdf information included.
A DAP Float32 with file out netcdf information included.
virtual nc_type type()
returns the netcdf type of the DAP Float32
virtual void write(int ncid)
Write the float out to the netcdf file.
virtual string name()
returns the name of the DAP Float32
virtual void dump(ostream &strm) const
dumps information about this object for debugging purposes
virtual void define(int ncid)
define the DAP Float32 in the netcdf file
virtual ~FONcFloat()
Destructor that cleans up this instance.