OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
Go to the source code of this file.
Namespaces | |
libdap | |
Functions | |
void | libdap::apply_grid_selection_expressions (Grid *grid, vector< GSEClause * >clauses) |
void | libdap::getGrids (BaseType *bt, vector< Grid * > *grids) |
Recursively traverses the BaseType bt (if its a constructor type) and collects pointers to all of the Grid and places said pointers into the vector parameter 'grids'. More... | |
void | libdap::getGrids (DDS &dds, vector< Grid * > *grids) |
Recursively traverses the DDS and collects pointers to all of the Grids and places said pointers into the vector parameter 'grids'. More... | |
bool | libdap::isGeoGrid (Grid *grid) |
Evaluates a Grid to see if has suitable semantics for use with function_geogrid. More... | |
void | libdap::parse_gse_expression (gse_arg *arg, BaseType *expr) |