39void get_grids(libdap::BaseType *bt, std::vector<libdap::Grid *> *grids);
40void get_grids(libdap::DDS &dds, std::vector<libdap::Grid *> *grids);
43bool is_geo_grid(libdap::Grid *d_grid);
46void parse_gse_expression(
gse_arg *arg, libdap::BaseType *expr);
47void apply_grid_selection_expressions(libdap::Grid *grid, std::vector<GSEClause *> clauses);
The basic data type for the DODS DAP types.
Holds the Grid data type.
top level DAP object to house generic methods