35#include "FONcBaseType.h"
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 class representing the DAP Str class for file out netcdf.
virtual nc_type type()
returns the netcdf type of the DAP Str
virtual void define(int ncid)
Define the string variable in the netcdf file.
virtual ~FONcStr()
Destructor that cleans up the str.
virtual void write(int ncid)
Write the str out to the netcdf file.
virtual void dump(ostream &strm) const
dumps information about this object for debugging purposes
virtual string name()
returns the name of the DAP Str