1#ifndef SQL_GIS_BUFFER_H_INCLUDED
2#define SQL_GIS_BUFFER_H_INCLUDED
64 std::unique_ptr<Geometry> *
result)
noexcept;
This file implements a struct that is used to hold information that decide how to compute the buffer ...
Definition: spatial_reference_system.h:53
Abstract superclass for all geometric objects.
Definition: geometries.h:100
This file declares the geometry class hierarchy used by the server as the internal representation of ...
bool buffer(const dd::Spatial_reference_system *srs, const Geometry &g, const BufferStrategies &strategies, const char *func_name, std::unique_ptr< Geometry > *result) noexcept
Creates the buffer of a geometry.
Definition: buffer.cc:321
Definition: buffer_strategies.h:45
Invalid buffer strategies exception.
Definition: buffer.h:43
Invalid buffer result exception.
Definition: buffer.h:48