OmniSciDB
c1a53651b2
|
Simplified core of GeoJSON MultiPolygon coordinates definition. More...
#include <heavydbTypes.h>
Public Member Functions | |
DEVICE int8_t * | getRingSizes () |
DEVICE int32_t | getCoordsSize () const |
DEVICE int32_t | getNumRings () const |
DEVICE int8_t * | getPolygonSizes () |
DEVICE int32_t | getNumPolygons () 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 |
int8_t * | poly_sizes |
int32_t | num_polys |
int32_t | compression |
int32_t | input_srid |
int32_t | output_srid |
Simplified core of GeoJSON MultiPolygon coordinates definition.
Definition at line 682 of file heavydbTypes.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int32_t GeoMultiPolygon::compression |
Definition at line 689 of file heavydbTypes.h.
Referenced by getCompression().
int32_t GeoMultiPolygon::coords_size |
Definition at line 684 of file heavydbTypes.h.
Referenced by getCoordsSize().
int32_t GeoMultiPolygon::input_srid |
Definition at line 690 of file heavydbTypes.h.
Referenced by getInputSrid().
int32_t GeoMultiPolygon::num_polys |
Definition at line 688 of file heavydbTypes.h.
Referenced by getNumPolygons().
int32_t GeoMultiPolygon::num_rings |
Definition at line 686 of file heavydbTypes.h.
Referenced by getNumRings().
int32_t GeoMultiPolygon::output_srid |
Definition at line 691 of file heavydbTypes.h.
Referenced by getOutputSrid().
int8_t* GeoMultiPolygon::poly_sizes |
Definition at line 687 of file heavydbTypes.h.
Referenced by getPolygonSizes().
int8_t* GeoMultiPolygon::ptr_coords |
Definition at line 683 of file heavydbTypes.h.
int8_t* GeoMultiPolygon::ring_sizes |
Definition at line 685 of file heavydbTypes.h.
Referenced by getRingSizes().