27 #include <ServerFunction.h>
46 setName(
"bind_shape");
47 setDescriptionString(
"The bind_shape() function sets the shape of a DAP Array.");
48 setUsageString(
"bind_shape(shape,variable)");
49 setRole(
"http://services.opendap.org/dap4/server-side-function/bind_shape");
50 setDocUrl(
"http://docs.opendap.org/index.php/Server_Side_Processing_Functions#bind_shape");
BaseType * function_bind_shape_dap4(D4RValueList *args, DMR &dmr)
Bind a shape to a DAP4 Array that is a vector.
static class NCMLUtil overview
void function_bind_shape_dap2(int argc, BaseType *argv[], DDS &, BaseType **btpp)
Bind a shape to a DAP2 Array that is a vector.
virtual ~BindShapeFunction()