25 #include <ServerFunction.h>
44 setDescriptionString(
"The bbox() function returns the indices for a bounding-box based on an Array variable's values.");
45 setUsageString(
"bbox(<array>, <float64>, <float64>)");
46 setRole(
"http://services.opendap.org/dap4/server-side-function/bbox");
47 setDocUrl(
"http://docs.opendap.org/index.php/Server_Side_Processing_Functions#bbox");
static class NCMLUtil overview
BaseType * function_dap4_bbox(D4RValueList *, DMR &)
Return the bounding box for an array.
void function_dap2_bbox(int argc, BaseType *argv[], DDS &, BaseType **btpp)
Return the bounding box for an array.