MySQL 8.4.1
Source Code Documentation
distance_sphere_functor.h File Reference

Declares the Distance_sphere functor interface. More...

#include <boost/geometry.hpp>
#include "sql/gis/functor.h"
#include "sql/gis/geometries.h"
#include "sql/gis/geometries_cs.h"

Go to the source code of this file.

Classes

class  gis::Distance_sphere
 Functor that calls Boost.Geometry with the correct parameter types. More...
 

Namespaces

namespace  gis
 

Detailed Description

Declares the Distance_sphere functor interface.

The functor is not intended for use directly by MySQL code. It should be used indirectly through the gis::distance_sphere() function.

See also
gis::distance_sphere