39 #include "FONcBaseType.h"
41 #include "FONcArray.h"
61 vector<FONcMap *> _maps;
66 virtual void convert(vector<string> embed);
67 virtual void define(
int ncid);
68 virtual void write(
int ncid);
70 virtual string name();
72 virtual void dump(ostream &strm)
const;
74 static vector<FONcMap *>
Maps;
75 static FONcMap * InMaps(Array *array);
A DAP Array with file out netcdf information included.
A DAP BaseType with file out netcdf information included.
A DAP Grid with file out netcdf information included.
static vector< FONcMap * > Maps
global list of maps that could be shared amongst the different grids
static bool InGrid
tells whether we are converting or defining a grid.
A map of a DAP Grid with file out netcdf information included.