MySQL 8.3.0
Source Code Documentation
covered_by.cc File Reference

This file implements the covered_by functor and mbr_covered_by function. More...

Namespaces

namespace  gis
 

Functions

bool gis::mbr_covered_by (const dd::Spatial_reference_system *srs, const Geometry *g1, const Geometry *g2, const char *func_name, bool *covered_by, bool *null) noexcept
 Computes the covered by relation between the minimum bounding rectangles of two geometries. More...
 

Detailed Description

This file implements the covered_by functor and mbr_covered_by function.