33 #define FONcArray_h_ 1
64 vector<FONcDim *> _dims ;
81 vector<FONcMap*> _grid_maps;
83 FONcDim * find_dim( vector<string> &embed,
const string &name,
int size,
bool ignore_size =
false ) ;
88 virtual void convert( vector<string> embed ) ;
89 virtual void define(
int ncid ) ;
90 virtual void write(
int ncid ) ;
92 virtual string name() ;
93 virtual Array *
array() {
return _a ; }
95 virtual void dump( ostream &strm )
const ;
100 #endif // FONcArray_h_
A map of a DAP Grid with file out netcdf information included.
A DAP Array with file out netcdf information included.
static vector< FONcDim * > Dimensions
static class NCMLUtil overview
A class that represents the dimension of an array.
A DAP BaseType with file out netcdf information included.