MySQL 8.4.0
Source Code Documentation
distance.h File Reference

This file declares the interface to calculate distance between two geometries. More...

Go to the source code of this file.

Namespaces

namespace  gis
 

Functions

bool gis::distance (const dd::Spatial_reference_system *srs, const Geometry *g1, const Geometry *g2, double *distance, bool *is_null) noexcept
 Computes the distance between two geometries. More...
 

Detailed Description

This file declares the interface to calculate distance between two geometries.