35#include <libdap/BaseType.h>
39#include "FONcBaseType.h"
54 FONcShort( BaseType *b ,
bool unsigned_int8) ;
57 virtual void define(
int ncid ) ;
58 virtual void write(
int ncid ) ;
60 virtual string name() ;
61 virtual nc_type
type() ;
63 virtual void dump( ostream &strm )
const ;
A DAP BaseType with file out netcdf information included.
A DAP Int16 and UInt16 with file out netcdf information included.
virtual string name()
returns the name of the DAP Int16 or UInt16
virtual void define(int ncid)
define the DAP Int16 or UInt16 in the netcdf file
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 ~FONcShort()
Destructor that cleans up the short.
virtual void write(int ncid)
Write the short out to the netcdf file.