OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
plugins/hdf5_archived/src/ossimViirsHandler.h
Go to the documentation of this file.
1 /*****************************************************************************
2 * *
3 * O S S I M *
4 * Open Source, Geospatial Image Processing Project *
5 * License: MIT, see LICENSE at the top-level directory *
6 * *
7 *****************************************************************************/
8 
9 #ifndef OSSIM_PLUGINS_HDF5_SRC_OSSIMVIIRSHANDLER_H_
10 #define OSSIM_PLUGINS_HDF5_SRC_OSSIMVIIRSHANDLER_H_
11 
13 #include <ossim/base/ossimIrect.h>
14 #include <ossim/base/ossimRefPtr.h>
17 
22 {
23 public:
26  virtual double getNullPixelValue(ossim_uint32 band=0)const;
27 
28 };
29 
30 
31 
32 #endif /* OSSIM_PLUGINS_HDF5_SRC_OSSIMVIIRSHANDLER_H_ */
This is the base class for all imagery using HDF5 as the file format.
virtual ossimRefPtr< ossimImageGeometry > getImageGeometry()
Returns the image geometry object associated with this tile source or NULL if non defined...
unsigned int ossim_uint32
#define OSSIM_PLUGINS_DLL
virtual double getNullPixelValue(ossim_uint32 band=0) const
Concrete class for reading VIIRS data from HDF5 file.