51 vector<string> _shared_by ;
54 FONcMap() : _arr( 0 ), _ingrid(
false ),
55 _defined(
false ), _ref( 1 ) {}
63 virtual bool compare( Array *arr ) ;
64 virtual void add_grid(
const string &name ) ;
66 virtual void define(
int ncid ) ;
67 virtual void write(
int ncid ) ;
69 virtual void dump( ostream &strm )
const ;
virtual void write(int ncid)
writes out the vallues of the map to the netcdf file by calling write on the FONcArray ...
virtual void add_grid(const string &name)
Add the name of the grid as a grid that uses this map.
virtual ~FONcMap()
Destructor that cleans up the map.
A map of a DAP Grid with file out netcdf information included.
A DAP Array with file out netcdf information included.
virtual bool compare(Array *arr)
a method to compare two grid maps, or possible grid maps.
virtual void decref()
decrements the reference count for this map
Base object for bes objects.
virtual void dump(ostream &strm) const
dumps information about this object for debugging purposes
virtual void define(int ncid)
define the map in the netcdf file by calling define on the FONcArray
virtual void clear_embedded()
clear the embedded names for the FONcArray kept by this instance