20class HDFSPArrayMissGeoField:
public libdap::Array
23 HDFSPArrayMissGeoField (
int rank,
int tnumelm,
const std::string & n =
"", libdap::BaseType * v =
nullptr):
24 libdap::Array (n, v), rank (rank), tnumelm (tnumelm) {
26 ~ HDFSPArrayMissGeoField ()
override =
default;
30 int format_constraint (
int *cor,
int *step,
int *edg);
32 libdap::BaseType *ptr_duplicate ()
override
34 return new HDFSPArrayMissGeoField (*
this);
37 bool read ()
override;