OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
include/ossim/hdf5/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 ossimViirsHandler_HEADER
10 #define ossimViirsHandler_HEADER 1
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 /* #ifndef ossimViirsHandler_HEADER */
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_DLL
virtual double getNullPixelValue(ossim_uint32 band=0) const
Concrete class for reading VIIRS data from HDF5 file.