27 #include <ServerFunction.h>
48 setDescriptionString(
"The bind_name() function (re)names a DAP variable.");
49 setUsageString(
"bind_name(name,variable)");
50 setRole(
"http://services.opendap.org/dap4/server-side-function/bind_name");
51 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...
void function_bind_name(int argc, BaseType *argv[], DDS &dds, BaseType **btpp)
Bind a new name to a variable.
virtual ~BindNameFunction()