bes Updated for version 3.20.10
HDFEOS2GeoCFProj.h
1// This file is part of the hdf4 data handler for the OPeNDAP data server.
2
4#ifdef USE_HDFEOS2_LIB
5#ifndef _HDFEOS2GEOCFPROJ_H
6#define _HDFEOS2GEOCFPROJ_H
7
8// DODS includes
9#include <libdap/Byte.h>
10
11
12class HDFEOS2GeoCFProj:public libdap::Byte {
13 public:
14 HDFEOS2GeoCFProj(const string & varname, const string &datasetname);
15 virtual ~ HDFEOS2GeoCFProj();
16 virtual libdap::BaseType *ptr_duplicate();
17 virtual bool read();
18};
19
20#endif // _HDFEOS2GEOCFPROJ_H
21#endif
22