30 #ifdef USE_HDFEOS2_LIB
31 #ifndef _HDFEOS2CFSTRFIELD_H
32 #define _HDFEOS2CFSTRFIELD_H
38 #include <dods-limits.h>
42 #include "HdfEosDef.h"
46 class HDFEOS2CFStrField:
public Array {
51 const std::string &filename,
52 const std::string &objname,
53 const std::string &varname,
55 const std::string &n=
"",
63 grid_or_swath(grid_or_swath)
67 virtual ~ HDFEOS2CFStrField()
70 virtual BaseType *ptr_duplicate(){
71 return new HDFEOS2CFStrField(*
this);
75 int format_constraint (
int *cor,
int *step,
int *edg);
88 #endif // _HDFEOS2CFSTRFIELD_H
static class NCMLUtil overview