libdap  Updated for version 3.17.0
libdap::D4Maps Class Reference

#include <D4Maps.h>

List of all members.

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
D4Mapget_map (int i)
D4MapsIter map_begin ()
D4MapsIter map_end ()
D4Mapsoperator= (const D4Maps &rhs)
virtual void print_dap4 (XMLWriter &xml)
int size () const

Detailed Description

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').

Definition at line 70 of file D4Maps.h.


The documentation for this class was generated from the following files: