#include "modis_dataset.h"#include "modis_utils.h"#include <terralib/common.h>#include <terralib/geometry.h>#include <terralib/raster.h>#include <cstdlib>#include <exception>#include <iostream>#include <memory>#include <boost/timer/timer.hpp>#include <boost/regex.hpp>Go to the source code of this file.
Macros | |
| #define | TE_USE_GDAL 1 |
Functions | |
| void | LoadModules () |
| It loads the data source drivers. More... | |
| int | main (int argc, char *argv[]) |
| #define TE_USE_GDAL 1 |
Definition at line 21 of file examples/modis/main.cpp.
| void LoadModules | ( | ) |
It loads the data source drivers.
It loads the TerraLib modules.
Load the required runtime modules.
Load terralib modules.
It loads the data source drivers.
Definition at line 23 of file examples/modis/main.cpp.
References te::plugin::GetInstalledPlugin(), and te::common::Singleton< PluginManager >::getInstance().
Referenced by main().
Definition at line 33 of file examples/modis/main.cpp.
References d, TerraLib::finalize(), te::gm::Envelope::getCenter(), te::rst::Grid::getExtent(), te::common::Singleton< TerraLib >::getInstance(), te::common::Singleton< PluginManager >::getInstance(), te::rst::Grid::getResolutionY(), modis_dataset::grid(), TerraLib::initialize(), LoadModules(), modis_print(), msearch(), modis_dataset::query(), times(), te::gm::Coord2D::x, and te::gm::Coord2D::y.