OmniSciDB
a5dc49c757
|
#include "ImportExport/RasterImporter.h"
#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>
#include <boost/tokenizer.hpp>
#include <xercesc/dom/DOMDocument.hpp>
#include <xercesc/dom/DOMElement.hpp>
#include <xercesc/dom/DOMNodeList.hpp>
#include <xercesc/framework/MemBufInputSource.hpp>
#include <xercesc/parsers/XercesDOMParser.hpp>
#include <gdal.h>
#include <gdal_alg.h>
#include <ogrsf_frmts.h>
#include "Shared/import_helpers.h"
#include "Shared/misc.h"
#include "Shared/scope.h"
Go to the source code of this file.
Namespaces | |
import_export | |
import_export::anonymous_namespace{RasterImporter.cpp} | |
Macros | |
#define | DEBUG_RASTER_IMPORT 0 |
Functions | |
SQLTypes | import_export::anonymous_namespace{RasterImporter.cpp}::gdal_data_type_to_sql_type (const GDALDataType gdal_data_type) |
GDALDataType | import_export::anonymous_namespace{RasterImporter.cpp}::sql_type_to_gdal_data_type (const SQLTypes sql_type) |
std::vector< std::string > | import_export::anonymous_namespace{RasterImporter.cpp}::get_ome_tiff_band_names (const std::string &tifftag_imagedescription) |
SQLTypes | import_export::anonymous_namespace{RasterImporter.cpp}::point_type_to_sql_type (const RasterImporter::PointType point_type) |
double | import_export::anonymous_namespace{RasterImporter.cpp}::conv_4326_900913_x (const double x) |
double | import_export::anonymous_namespace{RasterImporter.cpp}::conv_4326_900913_y (const double y) |
std::string | import_export::anonymous_namespace{RasterImporter.cpp}::get_datasource_driver_name (OGRDataSource *source) |
bool | import_export::anonymous_namespace{RasterImporter.cpp}::datasource_requires_libhdf (OGRDataSource *source) |
#define DEBUG_RASTER_IMPORT 0 |
Definition at line 43 of file RasterImporter.cpp.
Referenced by import_export::RasterImporter::detect().