加载中...
搜索中...
无匹配项
types.hpp 文件参考
#include <cstdint>

前往此文件源代码。

枚举

枚举类  cuspatial::geometry_type_id : uint8_t { POINT , LINESTRING , POLYGON }
 geometry_column_view 的底层几何类型。 更多...
 
枚举类  cuspatial::collection_type_id : uint8_t { SINGLE , MULTI }
 geometry_column_view 的底层集合类型。 更多...
 

枚举类型文档

◆ collection_type_id

枚举类 cuspatial::collection_type_id : uint8_t
强类型

geometry_column_view 的底层集合类型。

定义在文件 types.hpp31 行。

◆ geometry_type_id

枚举类 cuspatial::geometry_type_id : uint8_t
强类型

geometry_column_view 的底层几何类型。

定义在文件 types.hpp26 行。