MySQL 8.4.4
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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.