32#include "config_hdf5.h"
37#include <libdap/InternalErr.h>
45BaseType *HDFEOS5CFMissNonLLCVArray::ptr_duplicate()
50bool HDFEOS5CFMissNonLLCVArray::read()
52 BESDEBUG(
"h5",
"Coming to HDFEOS5CFMissNonLLCVArray read "<<endl);
55 read_data_NOT_from_mem_cache(
false,
nullptr);
57 if(
nullptr == HDF5RequestHandler::get_srdata_mem_cache())
58 read_data_NOT_from_mem_cache(
false,
nullptr);
62 string cache_key = dataset() + name();
63 handle_data_with_mem_cache(H5INT32,tnumelm,1,cache_key);
70void HDFEOS5CFMissNonLLCVArray::read_data_NOT_from_mem_cache(
bool ,
void* )
72 BESDEBUG(
"h5",
"Coming to HDFEOS5CFMissNonLLCVArray: read_data_NOT_from_mem_cache "<<endl);
73 write_nature_number_buffer(rank,tnumelm);
include the entry functions to execute the handlers
This class specifies the retrieval of the missing lat/lon values for HDFEOS5 products.