27 #include <ServerFunction.h>
34 void function_grid(
int argc, BaseType *argv[], DDS &dds, BaseType **btpp) ;
41 setDescriptionString(
"Subsets a grid by the values of it's geo-located map variables.");
42 setUsageString(
"grid(...)");
43 setRole(
"http://services.opendap.org/dap4/server-side-function/grid");
44 setDocUrl(
"http://docs.opendap.org/index.php/Server_Side_Processing_Functions#grid");
static class NCMLUtil overview
bool canOperateOn(DDS &dds)
The passed DDS parameter dds is evaluated to see if it contains Grid objects.
void function_grid(int argc, BaseType *argv[], DDS &, BaseType **btpp)
The grid function uses a set of relational expressions to form a selection within a Grid variable bas...