MySQL 8.3.0
Source Code Documentation
distance_sphere.h File Reference

Interface for determining the approximate distance between two geometries by assuming the world is a sphere. More...

Go to the source code of this file.

Namespaces

namespace  gis
 

Functions

bool gis::distance_sphere (const dd::Spatial_reference_system *srs, const Geometry *g1, const Geometry *g2, const char *func_name, double sphere_radius, double *result, bool *result_null) noexcept
 Compute the approximate distance between two geometries by assuming the world is a sphere. More...
 

Detailed Description

Interface for determining the approximate distance between two geometries by assuming the world is a sphere.