MySQL 9.1.0
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 |
const dd::Spatial_reference_system * | GetSrs () const |
std::unique_ptr< gis::Geometry > | GetValue () |
GeometryExtractionResult (ResultType resultType) | |
GeometryExtractionResult (std::unique_ptr< gis::Geometry > geometry, const dd::Spatial_reference_system *srs) | |
Private Attributes | |
const ResultType | m_resultType |
std::unique_ptr< gis::Geometry > | m_value |
const dd::Spatial_reference_system * | m_srs = nullptr |
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 |