12 #ifdef USE_HDFEOS2_LIB
13 #ifndef HDFEOS2ARRAY_MISSFIELD_H
14 #define HDFEOS2ARRAY_MISSFIELD_H
18 class HDFEOS2ArrayMissGeoField:
public libdap::Array
21 HDFEOS2ArrayMissGeoField (
int rank,
int tnumelm,
const std::string & n =
"", libdap::BaseType * v = 0):
22 libdap::Array (n, v), rank (rank), tnumelm (tnumelm) {
24 virtual ~ HDFEOS2ArrayMissGeoField ()
29 int format_constraint (
int *cor,
int *step,
int *edg);
31 libdap::BaseType *ptr_duplicate ()
33 return new HDFEOS2ArrayMissGeoField (*
this);