MySQL 8.4.0
Source Code Documentation
st_units_of_measure.h File Reference
#include <string.h>
#include "map_helpers.h"

Go to the source code of this file.

Classes

struct  gis::Unit
 

Namespaces

namespace  gis
 

Enumerations

enum class  gis::Unit_Type { gis::kLinear }
 

Functions

collation_unordered_map< std::string, Unit > gis::units ()
 A function to obtaint the supported units for the gis module. More...
 
bool gis::get_conversion_factor (const std::string &unit, double *conversion_factor)
 Retrieves the length of the unit in meters. More...