OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
hdf5
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
12
#include <
ossim/base/ossimConstants.h
>
13
#include <
ossim/base/ossimIrect.h
>
14
#include <
ossim/base/ossimRefPtr.h
>
15
#include <
ossim/imaging/ossimImageData.h
>
16
#include <
ossim/hdf5/ossimHdf5ImageHandler.h
>
17
21
class
OSSIM_DLL
ossimViirsHandler
:
public
ossimHdf5ImageHandler
22
{
23
public
:
24
ossimViirsHandler
();
25
virtual
ossimRefPtr<ossimImageGeometry>
getImageGeometry
();
26
virtual
double
getNullPixelValue
(
ossim_uint32
band=0)
const
;
27
28
};
29
30
31
32
#endif
/* #ifndef ossimViirsHandler_HEADER */
ossimConstants.h
ossimHdf5ImageHandler
This is the base class for all imagery using HDF5 as the file format.
Definition:
ossimHdf5ImageHandler.h:26
ossimRefPtr.h
ossimIrect.h
ossimImageHandler::getImageGeometry
virtual ossimRefPtr< ossimImageGeometry > getImageGeometry()
Returns the image geometry object associated with this tile source or NULL if non defined...
Definition:
ossimImageHandler.cpp:685
ossim_uint32
unsigned int ossim_uint32
Definition:
ossimConstants.h:235
ossimHdf5ImageHandler.h
ossimImageData.h
ossimRefPtr< ossimImageGeometry >
OSSIM_DLL
#define OSSIM_DLL
Definition:
ossimConstants.h:72
ossimHdf5ImageHandler::getNullPixelValue
virtual double getNullPixelValue(ossim_uint32 band=0) const
Definition:
ossimHdf5ImageHandler.cpp:507
ossimViirsHandler
Concrete class for reading VIIRS data from HDF5 file.
Definition:
include/ossim/hdf5/ossimViirsHandler.h:21
Generated on Fri Aug 3 2018 08:46:54 for OSSIM - Open Source Software Image Map by
1.8.14