19class HDFDMRArray_EOS2LL:
public libdap::Array
22 HDFDMRArray_EOS2LL (
const std::string& filename,
const std::string& gridname,
bool is_lat,
const std::string & n =
"", libdap::BaseType * v =
nullptr):
28 ~ HDFDMRArray_EOS2LL ()
override =
default;
32 int format_constraint (
int *cor,
int *step,
int *edg);
34 libdap::BaseType *ptr_duplicate ()
override
36 return new HDFDMRArray_EOS2LL (*
this);
39 void set_rank(int32 eos2_rank) {ll_rank = eos2_rank;}
40 bool read ()
override;
53 template <
class T>
void LatLon2DSubset (T* outlatlon,
int xdim, T* latlon,
const int * offset,
const int * count,
const int * step)
const;