32#include <libdap/Int8.h>
38#include "FONcBaseType.h"
54 virtual void define(
int ncid ) ;
55 virtual void write(
int ncid ) ;
57 virtual string name() ;
58 virtual nc_type
type() ;
60 virtual void dump( ostream &strm )
const ;
A DAP BaseType with file out netcdf information included.
A class representing the DAP4 int8 class for file out netcdf.
virtual void define(int ncid)
define the DAP4 int8 in the netcdf file
virtual void write(int ncid)
Write the DAP4 int8 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 DAP4 int8
virtual ~FONcInt8()
Destructor that cleans up the DAP4 int8.
virtual nc_type type()
returns the netcdf type of the DAP4 int8