#include <terralib_buildconfig.h>#include <terralib/dataaccess.h>#include <terralib/datatype.h>#include <terralib/raster.h>#include <terralib/geometry.h>#include <terralib/memory/CachedRaster.h>#include "../Config.h"#include <boost/test/unit_test.hpp>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (rasterConstructor_test) | |
| BOOST_AUTO_TEST_CASE (rasterGrid_test) | |
| BOOST_AUTO_TEST_CASE (rasterCopyConstructor_test) | |
| BOOST_AUTO_TEST_CASE (metadata_persistence_test) | |
| BOOST_AUTO_TEST_CASE (rasterize_test) | |
| BOOST_AUTO_TEST_CASE (raste_clip_test) | |
| BOOST_AUTO_TEST_CASE (raster_with_multirest_and_palette_test) | |
| BOOST_AUTO_TEST_CASE (statistics_persistence_test) | |
| BOOST_AUTO_TEST_SUITE (raster_tests) bool loadSHPFile(const std | |
| BOOST_AUTO_TEST_CASE | ( | rasterConstructor_test | ) |
Definition at line 102 of file TsRaster.cpp.
| BOOST_AUTO_TEST_CASE | ( | rasterGrid_test | ) |
Definition at line 106 of file TsRaster.cpp.
| BOOST_AUTO_TEST_CASE | ( | rasterCopyConstructor_test | ) |
Definition at line 110 of file TsRaster.cpp.
| BOOST_AUTO_TEST_CASE | ( | metadata_persistence_test | ) |
Definition at line 114 of file TsRaster.cpp.
References te::sa::Grid, te::rst::RasterFactory::make(), te::rst::RasterFactory::open(), mixture::rst, and te::dt::UCHAR_TYPE.
| BOOST_AUTO_TEST_CASE | ( | rasterize_test | ) |
Definition at line 193 of file TsRaster.cpp.
References te::sa::Grid, te::rst::RasterFactory::make(), mixture::rst, and te::dt::UCHAR_TYPE.
| BOOST_AUTO_TEST_CASE | ( | raste_clip_test | ) |
Definition at line 224 of file TsRaster.cpp.
References te::gm::LineStringType, nCols, te::rst::RasterFactory::open(), and te::gm::PolygonType.
| BOOST_AUTO_TEST_CASE | ( | raster_with_multirest_and_palette_test | ) |
Definition at line 269 of file TsRaster.cpp.
References te::rst::RasterFactory::open(), and te::rst::PaletteIdxCInt.
| BOOST_AUTO_TEST_CASE | ( | statistics_persistence_test | ) |
Definition at line 307 of file TsRaster.cpp.
References te::sa::Grid, te::rst::RasterFactory::make(), te::rst::RasterFactory::open(), mixture::rst, and te::dt::UCHAR_TYPE.
| BOOST_AUTO_TEST_SUITE | ( | raster_tests | ) | const |
Definition at line 40 of file TsRaster.cpp.
References te::dt::GEOMETRY_TYPE, te::gm::GeometryCollection::getGeometryN(), te::gm::GeometryCollection::getNumGeometries(), te::da::DataSourceFactory::make(), te::gm::MultiPolygonType, and te::gm::PolygonType.