OmniSciDB
c1a53651b2
|
Functions | |
SQLTypes | gdal_data_type_to_sql_type (const GDALDataType gdal_data_type) |
GDALDataType | sql_type_to_gdal_data_type (const SQLTypes sql_type) |
std::vector< std::string > | get_ome_tiff_band_names (const std::string &tifftag_imagedescription) |
SQLTypes | point_type_to_sql_type (const RasterImporter::PointType point_type) |
double | conv_4326_900913_x (const double x) |
double | conv_4326_900913_y (const double y) |
double import_export::anonymous_namespace{RasterImporter.cpp}::conv_4326_900913_x | ( | const double | x | ) |
Definition at line 248 of file RasterImporter.cpp.
double import_export::anonymous_namespace{RasterImporter.cpp}::conv_4326_900913_y | ( | const double | y | ) |
Definition at line 252 of file RasterImporter.cpp.
SQLTypes import_export::anonymous_namespace{RasterImporter.cpp}::gdal_data_type_to_sql_type | ( | const GDALDataType | gdal_data_type | ) |
Definition at line 97 of file RasterImporter.cpp.
References kBIGINT, kDOUBLE, kFLOAT, kINT, kSMALLINT, and to_string().
Referenced by import_export::RasterImporter::detect().
std::vector<std::string> import_export::anonymous_namespace{RasterImporter.cpp}::get_ome_tiff_band_names | ( | const std::string & | tifftag_imagedescription | ) |
Definition at line 141 of file RasterImporter.cpp.
References setup::name, and run_benchmark_import::parser.
Referenced by import_export::RasterImporter::getRawBandNamesForFormat().
SQLTypes import_export::anonymous_namespace{RasterImporter.cpp}::point_type_to_sql_type | ( | const RasterImporter::PointType | point_type | ) |
Definition at line 230 of file RasterImporter.cpp.
References CHECK, import_export::RasterImporter::kDouble, kDOUBLE, import_export::RasterImporter::kFloat, kFLOAT, import_export::RasterImporter::kInt, kINT, kNULLT, import_export::RasterImporter::kPoint, kPOINT, import_export::RasterImporter::kSmallInt, and kSMALLINT.
Referenced by import_export::RasterImporter::getPointNamesAndSQLTypes().
GDALDataType import_export::anonymous_namespace{RasterImporter.cpp}::sql_type_to_gdal_data_type | ( | const SQLTypes | sql_type | ) |
Definition at line 122 of file RasterImporter.cpp.
References kBIGINT, kDOUBLE, kFLOAT, kINT, kSMALLINT, kTINYINT, and to_string().
Referenced by import_export::RasterImporter::getRawPixels().