OmniSciDB
a5dc49c757
|
Classes | |
struct | HexDigitToDecimalTable |
Functions | |
uint8_t | hex_to_binary (const char &usb, const char &lsb) |
std::vector< uint8_t > | hex_string_to_binary_vector (const std::string &wkb_hex) |
bool | validation_enabled_for_type (const OGRGeometry *geom) |
void | validate_ogr (const OGRGeometry *geom) |
Variables | |
constexpr HexDigitToDecimalTable | hex_digit_to_decimal_table |
std::vector<uint8_t> Geospatial::anonymous_namespace{Types.cpp}::hex_string_to_binary_vector | ( | const std::string & | wkb_hex | ) |
Definition at line 1030 of file Types.cpp.
References hex_to_binary().
Referenced by Geospatial::GeoTypesFactory::createOGRGeometry().
|
inline |
Definition at line 1026 of file Types.cpp.
Referenced by hex_string_to_binary_vector().
void Geospatial::anonymous_namespace{Types.cpp}::validate_ogr | ( | const OGRGeometry * | geom | ) |
Definition at line 1049 of file Types.cpp.
References CHECK, Geospatial::geos_validate_wkb(), Geospatial::geos_validation_available(), and validation_enabled_for_type().
Referenced by Geospatial::GeoTypesFactory::createGeoType(), and Geospatial::GeoTypesFactory::createOGRGeometry().
bool Geospatial::anonymous_namespace{Types.cpp}::validation_enabled_for_type | ( | const OGRGeometry * | geom | ) |
Definition at line 1043 of file Types.cpp.
Referenced by validate_ogr().
constexpr HexDigitToDecimalTable Geospatial::anonymous_namespace{Types.cpp}::hex_digit_to_decimal_table |