MySQL 8.4.2
Source Code Documentation
|
This file declares the interface of gis::transform, a function that converts geometries from one spatial reference system to another. More...
#include <memory>
#include "sql/dd/types/spatial_reference_system.h"
#include "sql/gis/geometries.h"
Go to the source code of this file.
Namespaces | |
namespace | gis |
Functions | |
bool | gis::transform (const dd::Spatial_reference_system *source_srs, const Geometry &in, const dd::Spatial_reference_system *target_srs, const char *func_name, std::unique_ptr< Geometry > *out) noexcept |
Transforms a geometry from one SRS to another. More... | |
This file declares the interface of gis::transform, a function that converts geometries from one spatial reference system to another.