OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimGdalType.h
Go to the documentation of this file.
1 //------------------------------------------------------------------------
2 // License: See top level LICENSE.txt file.
3 //
4 // Author: Garrett Potts
5 //
6 // $Id: ossimGdalType.h 11440 2007-07-30 12:35:26Z dburken $
7 //------------------------------------------------------------------------
8 #ifndef ossimGdalType_HEADER
9 #define ossimGdalType_HEADER
11 #include <gdal.h>
12 
14 {
15 public:
16  ossimScalarType toOssim(GDALDataType gdalType)const;
17  GDALDataType toGdal(ossimScalarType)const;
18 };
19 
20 #endif
ossimScalarType toOssim(GDALDataType gdalType) const
ossimScalarType
GDALDataType toGdal(ossimScalarType) const