OmniSciDB
c1a53651b2
|
Simplified core of GeoJSON Polygon coordinates definition. More...
#include <heavydbTypes.h>
Public Member Functions | |
DEVICE int8_t * | getRingSizes () |
DEVICE int32_t | getCoordsSize () const |
DEVICE int32_t | getNumRings () const |
DEVICE int32_t | getCompression () const |
DEVICE int32_t | getInputSrid () const |
DEVICE int32_t | getOutputSrid () const |
Public Attributes | |
int8_t * | ptr_coords |
int32_t | coords_size |
int8_t * | ring_sizes |
int32_t | num_rings |
int32_t | compression |
int32_t | input_srid |
int32_t | output_srid |
Simplified core of GeoJSON Polygon coordinates definition.
Definition at line 661 of file heavydbTypes.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int32_t GeoPolygon::compression |
Definition at line 666 of file heavydbTypes.h.
Referenced by getCompression().
int32_t GeoPolygon::coords_size |
Definition at line 663 of file heavydbTypes.h.
Referenced by getCoordsSize().
int32_t GeoPolygon::input_srid |
Definition at line 667 of file heavydbTypes.h.
Referenced by getInputSrid().
int32_t GeoPolygon::num_rings |
Definition at line 665 of file heavydbTypes.h.
Referenced by getNumRings().
int32_t GeoPolygon::output_srid |
Definition at line 668 of file heavydbTypes.h.
Referenced by getOutputSrid().
int8_t* GeoPolygon::ptr_coords |
Definition at line 662 of file heavydbTypes.h.
int8_t* GeoPolygon::ring_sizes |
Definition at line 664 of file heavydbTypes.h.
Referenced by getRingSizes().