MySQL 8.0.40
Source Code Documentation
|
Latitude out of range exception. More...
#include <functor.h>
Public Member Functions | |
latitude_out_of_range_exception (double value, double range_min, double range_max) | |
Public Attributes | |
double | value |
double | range_min |
double | range_max |
Latitude out of range exception.
Thrown by GIS functors when latitude is out of range when reinterpreting geometry coordinates.
|
inline |
double gis::latitude_out_of_range_exception::range_max |
double gis::latitude_out_of_range_exception::range_min |
double gis::latitude_out_of_range_exception::value |