MySQL 9.1.0
Source Code Documentation
|
A wrapper and interface for all geometry types used here. More...
#include <item_geofunc_internal.h>
Public Types | |
typedef Gis_point | Point |
typedef Gis_polygon | Polygon |
typedef Gis_line_string | Linestring |
typedef Gis_multi_point | Multipoint |
typedef Gis_multi_line_string | Multilinestring |
typedef Gis_multi_polygon | Multipolygon |
typedef double | Coordinate_type |
typedef CoordinateSystemType | Coordinate_system |
A wrapper and interface for all geometry types used here.
Make these types as localized as possible. It's used as a type interface.
CoordinateSystemType | Coordinate system type, specified using |
typedef CoordinateSystemType BG_models< CoordinateSystemType >::Coordinate_system |
typedef double BG_models< CoordinateSystemType >::Coordinate_type |
typedef Gis_line_string BG_models< CoordinateSystemType >::Linestring |
typedef Gis_multi_line_string BG_models< CoordinateSystemType >::Multilinestring |
typedef Gis_multi_point BG_models< CoordinateSystemType >::Multipoint |
typedef Gis_multi_polygon BG_models< CoordinateSystemType >::Multipolygon |
typedef Gis_polygon BG_models< CoordinateSystemType >::Polygon |