Configuration flags for the Raster module of TerraLib. More...
Go to the source code of this file.
Macros | |
| #define | TE_DEFAULT_RASTER_TYPE "GDAL" |
| #define | TE_RASTER_MODULE_NAME "te.raster" |
DLL/LIB Module | |
Flags for building TerraLib as a DLL or as a Static Library | |
| #define | TERASTEREXPORT |
| You can use this macro in order to export/import classes and functions from this module. More... | |
Configuration flags for the Raster module of TerraLib.
Definition in file src/terralib/raster/Config.h.
| #define TE_DEFAULT_RASTER_TYPE "GDAL" |
Definition at line 31 of file src/terralib/raster/Config.h.
Referenced by te::rst::RasterFactory::make(), and te::rst::RasterFactory::open().
| #define TE_RASTER_MODULE_NAME "te.raster" |
Definition at line 29 of file src/terralib/raster/Config.h.
| #define TERASTEREXPORT |
You can use this macro in order to export/import classes and functions from this module.
Definition at line 63 of file src/terralib/raster/Config.h.
Referenced by te::rst::Round().