MySQL 8.4.0
Source Code Documentation
buffer_functor.h File Reference

This file declares the buffer functor interface. More...

#include <boost/geometry/strategies/strategies.hpp>
#include <memory>
#include "sql/dd/types/spatial_reference_system.h"
#include "sql/gis/functor.h"
#include "sql/gis/geometries.h"
#include "sql/gis/geometries_cs.h"

Go to the source code of this file.

Classes

class  gis::Buffer
 Buffer functor that calls boost::geometry::buffer with correct geometry type and strategy combination. More...
 

Namespaces

namespace  gis
 

Detailed Description

This file declares the buffer functor interface.

The functor is not intended for use directly by MySQL code. It should be used indirectly through the gis::buffer() function.

See also
gis::buffer