OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
ossim-plugins
gdal
src
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
10
#include <
ossim/base/ossimConstants.h
>
11
#include <gdal.h>
12
13
class
ossimGdalType
14
{
15
public
:
16
ossimScalarType
toOssim
(GDALDataType gdalType)
const
;
17
GDALDataType
toGdal
(
ossimScalarType
)
const
;
18
};
19
20
#endif
ossimConstants.h
ossimGdalType::toOssim
ossimScalarType toOssim(GDALDataType gdalType) const
Definition:
ossimGdalType.cpp:14
ossimScalarType
ossimScalarType
Definition:
ossimConstants.h:278
ossimGdalType::toGdal
GDALDataType toGdal(ossimScalarType) const
Definition:
ossimGdalType.cpp:56
ossimGdalType
Definition:
ossimGdalType.h:13
Generated on Fri Aug 3 2018 08:46:47 for OSSIM - Open Source Software Image Map by
1.8.14