MySQL 8.3.0
Source Code Documentation
gis::latitude_out_of_range_exception Struct Reference

Latitude out of range exception. More...

#include <functor.h>

Inheritance diagram for gis::latitude_out_of_range_exception:
[legend]

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
 

Detailed Description

Latitude out of range exception.

Thrown by GIS functors when latitude is out of range when reinterpreting geometry coordinates.

Constructor & Destructor Documentation

◆ latitude_out_of_range_exception()

gis::latitude_out_of_range_exception::latitude_out_of_range_exception ( double  value,
double  range_min,
double  range_max 
)
inline

Member Data Documentation

◆ range_max

double gis::latitude_out_of_range_exception::range_max

◆ range_min

double gis::latitude_out_of_range_exception::range_min

◆ value

double gis::latitude_out_of_range_exception::value

The documentation for this struct was generated from the following file: