bes
Updated for version 3.20.6
|
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;
virtual ~FONcStr()
Destructor that cleans up the str.
virtual void define(int ncid)
Define the string variable in the netcdf file.
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 nc_type type()
returns the netcdf type of the DAP Str
A class representing the DAP Str class for file out netcdf.
virtual string name()
returns the name of the DAP Str
A DAP BaseType with file out netcdf information included.
FONcStr(libdap::BaseType *b)
Constructor for FONcStr that takes a DAP Str.