Utility functions for GDAL. More...
#include "../common/StringUtils.h"#include "../common/UnitOfMeasure.h"#include "../common/UnitsOfMeasureManager.h"#include "../core/uri/URI.h"#include "../core/uri/Utils.h"#include "../dataaccess/dataset/DataSetType.h"#include "../geometry/Coord2D.h"#include "../geometry/Envelope.h"#include "../geometry/Geometry.h"#include "../ogr/Utils.h"#include "../raster/BandProperty.h"#include "../raster/Grid.h"#include "../raster/RasterFactory.h"#include "../raster/RasterProperty.h"#include "../srs/SpatialReferenceSystemManager.h"#include "Band.h"#include "Exception.h"#include "Raster.h"#include "Utils.h"#include "../core/logger/Logger.h"#include <cmath>#include <cstring>#include <vector>#include <gdalwarper.h>#include <ogr_api.h>#include <ogr_spatialref.h>#include <ogrsf_frmts.h>#include <boost/algorithm/string.hpp>#include <boost/format.hpp>#include <boost/filesystem/path.hpp>#include <boost/filesystem/operations.hpp>#include <boost/graph/graph_concepts.hpp>#include <boost/scoped_array.hpp>Go to the source code of this file.
Macros | |
| #define | TL_B_PROP_CATNAME_KEY "TERRALIB_BAND_PROPERTY_GDAL_CATEGORY_NAME_KEY_TEXT" |
| #define | TL_B_PROP_DESC_KEY "TERRALIB_BAND_PROPERTY_GDAL_DESCRIPTION_KEY_TEXT" |
Utility functions for GDAL.
Definition in file src/terralib/gdal/Utils.cpp.
| #define TL_B_PROP_CATNAME_KEY "TERRALIB_BAND_PROPERTY_GDAL_CATEGORY_NAME_KEY_TEXT" |
Definition at line 68 of file src/terralib/gdal/Utils.cpp.
Referenced by te::gdal::CreateRaster(), and te::gdal::GetBandProperty().
| #define TL_B_PROP_DESC_KEY "TERRALIB_BAND_PROPERTY_GDAL_DESCRIPTION_KEY_TEXT" |
Definition at line 67 of file src/terralib/gdal/Utils.cpp.
Referenced by te::gdal::CreateRaster(), and te::gdal::GetBandProperty().