25 #ifndef FONgTransfrom_h_
26 #define FONgTransfrom_h_ 1
51 libdap::ConstraintEvaluator &d_evaluator;
55 vector<FONgBaseType *> d_fong_vars;
59 bool d_geo_transform_set;
62 double d_width, d_height, d_top, d_left, d_bottom, d_right;
76 void m_scale_data(
double *data);
80 FONgTransform(libdap::DDS *dds, libdap::ConstraintEvaluator &evaluator,
const string &localfile);
99 int num_var() {
return d_fong_vars.size(); }
107 virtual int width() {
return d_width; }
108 virtual int height() {
return d_height; }
114 virtual double top() {
return d_top; }
115 virtual double left() {
return d_left; }
121 virtual double bottom() {
return d_bottom; }
122 virtual double right() {
return d_right; }
126 virtual void dump(ostream &)
const {}
129 #endif // FONgTransfrom_h_
Base object for bes objects.
A DAP BaseType with file out gdal information included.
Structure storing information used by the BES to handle the request.