OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RasterImporter.cpp File Reference
#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"
+ Include dependency graph for RasterImporter.cpp:

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)
 

Macro Definition Documentation

#define DEBUG_RASTER_IMPORT   0

Definition at line 43 of file RasterImporter.cpp.

Referenced by import_export::RasterImporter::detect().