MySQL 8.0.40
Source Code Documentation
|
This file implements the intersection function. More...
#include <memory>
#include "sql/gis/intersection_functor.h"
#include "sql/gis/setops.h"
#include "sql/sql_exception_handler.h"
Namespaces | |
namespace | gis |
Functions | |
bool | gis::intersection (const dd::Spatial_reference_system *srs, const Geometry *g1, const Geometry *g2, const char *func_name, std::unique_ptr< Geometry > *result) noexcept |
Finds the intersection between two geometries. More... | |
This file implements the intersection function.