#include "RasterExamples.h"#include <terralib/common.h>#include <terralib/dataaccess.h>#include <terralib/dataaccess/datasource/DataSourceFactory.h>#include <terralib/gdal.h>#include <terralib/geometry.h>#include <terralib/raster.h>#include <terralib/raster/RasterFactory.h>#include <complex>#include <iostream>#include <string>#include <vector>#include <gdal_priv.h>Go to the source code of this file.
Functions | |
| void | ArithmeticWithRaster () |
| Creates a new raster based on raster arithmetic operations. More... | |
| void ArithmeticWithRaster | ( | ) |
Creates a new raster based on raster arithmetic operations.
Definition at line 21 of file ArithmeticWithRaster.cpp.
References te::rst::Copy(), te::dt::DOUBLE_TYPE, ds, te::dt::FLOAT_TYPE, te::rst::Raster::getBand(), te::rst::Raster::getGrid(), te::rst::Band::getMaxValue(), te::rst::Band::getMinValue(), te::rst::Raster::getNumberOfColumns(), te::rst::Grid::getNumberOfColumns(), te::rst::Raster::getNumberOfRows(), te::rst::Grid::getNumberOfRows(), te::gdal::Band::getValue(), te::sa::Grid, te::rst::RasterFactory::make(), te::da::DataSourceFactory::make(), te::rst::RasterFactory::open(), te::gdal::Band::setValue(), and te::rst::Raster::toString().
Referenced by main().