MySQL 8.0.40
Source Code Documentation
|
Type used to handle both the result of the decoding of a geometry and the geometry in the case of success. More...
#include <geometry_extraction.h>
Public Member Functions | |
ResultType | GetResultType () const |
gis::srid_t | GetSrid () const |
std::unique_ptr< gis::Geometry > | GetValue () |
GeometryExtractionResult (ResultType resultType) | |
GeometryExtractionResult (std::unique_ptr< gis::Geometry > geometry, gis::srid_t srid) | |
Private Attributes | |
const ResultType | m_resultType |
std::unique_ptr< gis::Geometry > | m_value |
gis::srid_t | srid = 0 |
Type used to handle both the result of the decoding of a geometry and the geometry in the case of success.
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |