OmniSciDB
b24e664e58
|
#include <cmath>
#include <string>
Go to the source code of this file.
Functions | |
std::pair< double, double > | geotransform_4326_to_900913 (const double lon, const double lat) |
std::pair< double, double > | geotransform (const std::string &src_proj, const std::string &dst_proj, const double x, const double y) |
Variables | |
const std::string | OMNISCI_GEO_PREFIX {"omnisci_geo"} |
const std::string | LEGACY_GEO_PREFIX {"mapd_geo"} |
|
inline |
Definition at line 38 of file geosupport.h.
References geotransform_4326_to_900913().
|
inline |
Definition at line 26 of file geosupport.h.
References pi().
Referenced by geotransform().
const std::string LEGACY_GEO_PREFIX {"mapd_geo"} |
Definition at line 24 of file geosupport.h.
Referenced by MapDHandler::import_geo_table().
const std::string OMNISCI_GEO_PREFIX {"omnisci_geo"} |
Definition at line 23 of file geosupport.h.
Referenced by MapDHandler::detect_column_types(), MapDHandler::import_geo_table(), and Importer_NS::ImportDriver::importGeoTable().