#include <terralib_buildconfig.h>#include <terralib/raster.h>#include <terralib/geometry.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 (gridConstructor1NoEnv_test) | |
| BOOST_AUTO_TEST_CASE (gridConstructor2_test) | |
| BOOST_AUTO_TEST_CASE (gridConstructor2NoUlc_test) | |
| BOOST_AUTO_TEST_CASE (gridConstructor3_test) | |
| BOOST_AUTO_TEST_CASE (gridConstructor4_test) | |
| BOOST_AUTO_TEST_CASE (gridConstructor5_test) | |
| BOOST_AUTO_TEST_SUITE (grid_tests) BOOST_AUTO_TEST_CASE(gridConstructor1_test) | |
| BOOST_AUTO_TEST_CASE | ( | gridConstructor1NoEnv_test | ) |
Definition at line 73 of file TsGrid.cpp.
References te::rst::Grid::geoToGrid(), te::rst::Grid::getExtent(), te::rst::Grid::getNumberOfColumns(), te::rst::Grid::getNumberOfRows(), te::rst::Grid::getResolutionX(), te::rst::Grid::getResolutionY(), te::rst::Grid::getSRID(), te::rst::Grid::gridToGeo(), te::gm::Envelope::m_llx, te::gm::Envelope::m_lly, te::gm::Envelope::m_urx, and te::gm::Envelope::m_ury.
| BOOST_AUTO_TEST_CASE | ( | gridConstructor2_test | ) |
Definition at line 107 of file TsGrid.cpp.
References te::rst::Grid::geoToGrid(), te::rst::Grid::getExtent(), te::rst::Grid::getNumberOfColumns(), te::rst::Grid::getNumberOfRows(), te::rst::Grid::getResolutionX(), te::rst::Grid::getResolutionY(), te::rst::Grid::getSRID(), te::rst::Grid::gridToGeo(), te::gm::Envelope::m_llx, te::gm::Envelope::m_lly, te::gm::Envelope::m_urx, te::gm::Envelope::m_ury, te::gm::Coord2D::x, and te::gm::Coord2D::y.
| BOOST_AUTO_TEST_CASE | ( | gridConstructor2NoUlc_test | ) |
Definition at line 145 of file TsGrid.cpp.
References te::rst::Grid::geoToGrid(), te::rst::Grid::getExtent(), te::rst::Grid::getNumberOfColumns(), te::rst::Grid::getNumberOfRows(), te::rst::Grid::getResolutionX(), te::rst::Grid::getResolutionY(), te::rst::Grid::getSRID(), te::rst::Grid::gridToGeo(), te::gm::Envelope::m_llx, te::gm::Envelope::m_lly, te::gm::Envelope::m_urx, and te::gm::Envelope::m_ury.
| BOOST_AUTO_TEST_CASE | ( | gridConstructor3_test | ) |
Definition at line 179 of file TsGrid.cpp.
References te::rst::Grid::geoToGrid(), te::rst::Grid::getExtent(), te::rst::Grid::getNumberOfColumns(), te::rst::Grid::getNumberOfRows(), te::rst::Grid::getResolutionX(), te::rst::Grid::getResolutionY(), te::rst::Grid::getSRID(), te::rst::Grid::gridToGeo(), te::gm::Envelope::m_llx, te::gm::Envelope::m_lly, te::gm::Envelope::m_urx, and te::gm::Envelope::m_ury.
| BOOST_AUTO_TEST_CASE | ( | gridConstructor4_test | ) |
Definition at line 213 of file TsGrid.cpp.
References te::rst::Grid::geoToGrid(), te::rst::Grid::getExtent(), te::rst::Grid::getNumberOfColumns(), te::rst::Grid::getNumberOfRows(), te::rst::Grid::getResolutionX(), te::rst::Grid::getResolutionY(), te::rst::Grid::getSRID(), te::rst::Grid::gridToGeo(), te::gm::Envelope::m_llx, te::gm::Envelope::m_lly, te::gm::Envelope::m_urx, and te::gm::Envelope::m_ury.
| BOOST_AUTO_TEST_CASE | ( | gridConstructor5_test | ) |
Definition at line 247 of file TsGrid.cpp.
References te::rst::Grid::geoToGrid(), te::rst::Grid::getExtent(), te::rst::Grid::getNumberOfColumns(), te::rst::Grid::getNumberOfRows(), te::rst::Grid::getResolutionX(), te::rst::Grid::getResolutionY(), te::rst::Grid::getSRID(), te::rst::Grid::gridToGeo(), te::gm::Envelope::m_llx, te::gm::Envelope::m_lly, te::gm::Envelope::m_urx, and te::gm::Envelope::m_ury.
| BOOST_AUTO_TEST_SUITE | ( | grid_tests | ) |
Definition at line 37 of file TsGrid.cpp.
References te::rst::Grid::geoToGrid(), te::rst::Grid::getExtent(), te::rst::Grid::getNumberOfColumns(), te::rst::Grid::getNumberOfRows(), te::rst::Grid::getResolutionX(), te::rst::Grid::getResolutionY(), te::rst::Grid::getSRID(), te::rst::Grid::gridToGeo(), te::gm::Envelope::m_llx, te::gm::Envelope::m_lly, te::gm::Envelope::m_urx, and te::gm::Envelope::m_ury.