OmniSciDB
a5dc49c757
|
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) |
std::string | get_datasource_driver_name (OGRDataSource *source) |
bool | datasource_requires_libhdf (OGRDataSource *source) |
double import_export::anonymous_namespace{RasterImporter.cpp}::conv_4326_900913_x | ( | const double | x | ) |
Definition at line 249 of file RasterImporter.cpp.
double import_export::anonymous_namespace{RasterImporter.cpp}::conv_4326_900913_y | ( | const double | y | ) |
Definition at line 253 of file RasterImporter.cpp.
bool import_export::anonymous_namespace{RasterImporter.cpp}::datasource_requires_libhdf | ( | OGRDataSource * | source | ) |
Definition at line 265 of file RasterImporter.cpp.
References get_datasource_driver_name(), and setup::name.
Referenced by import_export::RasterImporter::import().
SQLTypes import_export::anonymous_namespace{RasterImporter.cpp}::gdal_data_type_to_sql_type | ( | const GDALDataType | gdal_data_type | ) |
Definition at line 98 of file RasterImporter.cpp.
References kBIGINT, kDOUBLE, kFLOAT, kINT, kSMALLINT, and to_string().
Referenced by import_export::RasterImporter::detect().
std::string import_export::anonymous_namespace{RasterImporter.cpp}::get_datasource_driver_name | ( | OGRDataSource * | source | ) |
Definition at line 257 of file RasterImporter.cpp.
References CHECK, and setup::name.
Referenced by datasource_requires_libhdf(), and import_export::RasterImporter::import().
std::vector<std::string> import_export::anonymous_namespace{RasterImporter.cpp}::get_ome_tiff_band_names | ( | const std::string & | tifftag_imagedescription | ) |
Definition at line 142 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 231 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 123 of file RasterImporter.cpp.
References kBIGINT, kDOUBLE, kFLOAT, kINT, kSMALLINT, kTINYINT, and to_string().
Referenced by import_export::RasterImporter::getRawPixels().