Loading...
Searching...
No Matches
Enumerations
types.hpp File Reference
#include <cstdint>

Go to the source code of this file.

Enumerations

enum class  cuspatial::geometry_type_id : uint8_t { POINT , LINESTRING , POLYGON }
 The underlying geometry type of a geometry_column_view. More...
 
enum class  cuspatial::collection_type_id : uint8_t { SINGLE , MULTI }
 The underlying collection type of a geometry_column_view. More...
 

Enumeration Type Documentation

◆ collection_type_id

enum class cuspatial::collection_type_id : uint8_t
strong

The underlying collection type of a geometry_column_view.

Definition at line 31 of file types.hpp.

◆ geometry_type_id

enum class cuspatial::geometry_type_id : uint8_t
strong

The underlying geometry type of a geometry_column_view.

Definition at line 26 of file types.hpp.