12 #ifdef USE_HDFEOS2_LIB
13 #ifndef HDFEOS2ARRAY_MISSFIELD_H
14 #define HDFEOS2ARRAY_MISSFIELD_H
19 class HDFEOS2ArrayMissGeoField:
public Array
22 HDFEOS2ArrayMissGeoField (
int rank,
int tnumelm,
const std::string & n =
"", BaseType * v = 0):
23 Array (n, v), rank (rank), tnumelm (tnumelm) {
25 virtual ~ HDFEOS2ArrayMissGeoField ()
30 int format_constraint (
int *cor,
int *step,
int *edg);
32 BaseType *ptr_duplicate ()
34 return new HDFEOS2ArrayMissGeoField (*
this);
static class NCMLUtil overview