36 #ifndef _reproj_functions_h 37 #define _reproj_functions_h 39 #include "BESAbstractModule.h" 40 #include "ServerFunction.h" 41 #include "ServerFunctionsList.h" 45 void function_swath2array(
int argc, BaseType * argv[], DDS &, BaseType **btpp);
46 void function_swath2grid(
int argc, BaseType * argv[], DDS &, BaseType **btpp);
53 setName(
"swath2grid");
54 setDescriptionString(
"This function echos back it's arguments as DAP data.");
55 setUsageString(
"swath2grid(dataArray, latitudeArray, longitudeArray)");
56 setRole(
"http://services.opendap.org/dap4/server-side-function/swath2grid");
57 setDocUrl(
"http://docs.opendap.org/index.php/Server_Side_Processing_Functions#swath2grid");
58 setFunction(libdap::function_swath2grid);
71 setName(
"swath2array");
72 setDescriptionString(
"This function echos back it's arguments as DAP data.");
73 setUsageString(
"swath2array(dataArray, latitudeArray, longitudeArray)");
74 setRole(
"http://services.opendap.org/dap4/server-side-function/swath2array");
75 setDocUrl(
"http://docs.opendap.org/index.php/Server_Side_Processing_Functions#swath2array");
76 setFunction(libdap::function_swath2array);
98 virtual void initialize(
const string &modname);
99 virtual void terminate(
const string &modname);
101 virtual void dump(ostream &strm)
const;
109 #endif // _reproj_functions_h
virtual void dump(ostream &strm) const
dump the contents of this object to the specified ostream