openModeller  Version 1.5.0
GdalRaster.cpp File Reference
#include <openmodeller/env_io/GdalRaster.hh>
#include <openmodeller/env_io/Raster.hh>
#include <openmodeller/env_io/Map.hh>
#include <openmodeller/env_io/GeoTransform.hh>
#include <openmodeller/Log.hh>
#include <openmodeller/Exceptions.hh>
#include <openmodeller/MapFormat.hh>
#include <gdal_version.h>
#include <gdal.h>
#include <gdal_priv.h>
#include <cpl_string.h>
#include <gdalwarper.h>
#include <string.h>
#include <utility>
Include dependency graph for GdalRaster.cpp:

Go to the source code of this file.

Classes

struct  GDAL_Format
 

Variables

GDAL_Format Formats [8]
 
static const GDALDataType f_type = (sizeof(Scalar) == 4) ? GDT_Float32 : GDT_Float64
 

Variable Documentation

const GDALDataType f_type = (sizeof(Scalar) == 4) ? GDT_Float32 : GDT_Float64
static

Definition at line 103 of file GdalRaster.cpp.

Referenced by GdalRaster::read(), and GdalRaster::write().

GDAL_Format Formats[8]

Definition at line 63 of file GdalRaster.cpp.