27 #include <ServerFunction.h>
34 void function_geogrid(
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(
"geogrid(...)");
43 setRole(
"http://services.opendap.org/dap4/server-side-function/geogrid");
44 setDocUrl(
"http://docs.opendap.org/index.php/Server_Side_Processing_Functions#geogrid");
virtual ~GeoGridFunction()
bool canOperateOn(DDS &dds)
The passed DDS parameter dds is evaluated to see if it contains Grid objects whose semantics allow th...
void function_geogrid(int argc, BaseType *argv[], DDS &, BaseType **btpp)
The geogrid function returns the part of a Grid which includes a geographically specified rectangle...