28#define FONcUShort_h_ 1
30#include <libdap/BaseType.h>
36#include "FONcBaseType.h"
47 libdap::BaseType * _bt ;
52 virtual void define(
int ncid ) ;
53 virtual void write(
int ncid ) ;
55 virtual string name() ;
56 virtual nc_type
type() ;
58 virtual void dump( ostream &strm )
const ;
A DAP BaseType with file out netcdf information included.
A DAP UInt16 with file out netcdf information included.
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 string name()
returns the name of the DAP Int16 or UInt16
virtual ~FONcUShort()
Destructor that cleans up the short.
virtual void write(int ncid)
Write the ushort out to the netcdf file.