An abstract class for raster data strucutures. More...
#include "../common/STLUtils.h"#include "../geometry/Coord2D.h"#include "../geometry/Envelope.h"#include "../geometry/Polygon.h"#include "../srs/Converter.h"#include "Band.h"#include "BandProperty.h"#include "Exception.h"#include "Grid.h"#include "Interpolator.h"#include "PositionIterator.h"#include "Raster.h"#include "RasterFactory.h"#include "RasterProperty.h"#include "Reprojection.h"#include <cassert>#include <cmath>#include <limits>#include <memory>Go to the source code of this file.
An abstract class for raster data strucutures.
Definition in file Raster.cpp.