27 #include <ServerFunction.h>
52 setDescriptionString(
"The bind_name() function (re)names a DAP variable.");
53 setUsageString(
"bind_name(name,variable)");
54 setRole(
"http://services.opendap.org/dap4/server-side-function/bind_name");
55 setDocUrl(
"http://docs.opendap.org/index.php/Server_Side_Processing_Functions#bind_name");
The LinearScaleFunction class encapsulates the linear_scale function 'function_linear_scale' along wi...
BaseType * function_bind_name_dap4(D4RValueList *args, DMR &dmr)
static class NCMLUtil overview
void function_bind_name_dap2(int argc, BaseType *argv[], DDS &dds, BaseType **btpp)
Bind a new name to a variable.
virtual ~BindNameFunction()