libdap
Updated for version 3.17.0
|
#include <D4Maps.h>
Public Types | |
typedef vector< D4Map * > ::const_iterator | D4MapsCIter |
typedef vector< D4Map * >::iterator | D4MapsIter |
Public Member Functions | |
void | add_map (D4Map *map) |
D4Maps (Array *parent) | |
D4Maps (const D4Maps &maps) | |
bool | empty () const |
D4Map * | get_map (int i) |
D4MapsIter | map_begin () |
D4MapsIter | map_end () |
D4Maps & | operator= (const D4Maps &rhs) |
virtual void | print_dap4 (XMLWriter &xml) |
int | size () const |
Maps in DAP4 are simply the names of Dimensions. When a dimensioned variable (i.e., an array) also has one or more 'maps,' then that array is a 'grid' (the 'maps' define the domain of a sampled function or a 'coverage').