43BaseType *HDFEOS5CFMissNonLLCVArray::ptr_duplicate()
45 auto HDFEOS5CFMissNonLLCVArray_unique = make_unique<HDFEOS5CFMissNonLLCVArray>(*
this);
46 return HDFEOS5CFMissNonLLCVArray_unique.release();
49bool HDFEOS5CFMissNonLLCVArray::read()
51 BESDEBUG(
"h5",
"Coming to HDFEOS5CFMissNonLLCVArray read "<<endl);
54 read_data_NOT_from_mem_cache(
false,
nullptr);
56 if(
nullptr == HDF5RequestHandler::get_srdata_mem_cache())
57 read_data_NOT_from_mem_cache(
false,
nullptr);
61 string cache_key = dataset() + name();
62 handle_data_with_mem_cache(H5INT32,tnumelm,1,cache_key);
69void HDFEOS5CFMissNonLLCVArray::read_data_NOT_from_mem_cache(
bool ,
void* )
71 BESDEBUG(
"h5",
"Coming to HDFEOS5CFMissNonLLCVArray: read_data_NOT_from_mem_cache "<<endl);
72 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.