All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Raster.cpp File Reference

This is a class that represents a GDAL Raster. More...

#include "../common/STLUtils.h"
#include "../common/StringUtils.h"
#include "../common/Translator.h"
#include "../datatype/Enums.h"
#include "../datatype/SimpleData.h"
#include "../geometry/Coord2D.h"
#include "../geometry/Envelope.h"
#include "../raster/Grid.h"
#include "../raster/RasterProperty.h"
#include "../raster/RasterFactory.h"
#include "../raster/Utils.h"
#include "../raster/Reprojection.h"
#include "../srs/Converter.h"
#include "Band.h"
#include "Exception.h"
#include "Raster.h"
#include "Utils.h"
#include <cassert>
#include <limits>
#include <stdint.h>
#include <map>
#include <ogr_spatialref.h>
#include <boost/lexical_cast.hpp>
#include <boost/scoped_array.hpp>

Go to the source code of this file.

Detailed Description

This is a class that represents a GDAL Raster.

Definition in file Raster.cpp.