OmniSciDB  c1a53651b2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GeoPolygon Struct Reference

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
 

Detailed Description

Simplified core of GeoJSON Polygon coordinates definition.

Definition at line 661 of file heavydbTypes.h.

Member Function Documentation

DEVICE int32_t GeoPolygon::getCompression ( ) const
inline

Definition at line 675 of file heavydbTypes.h.

References compression.

675 { return compression; }
int32_t compression
Definition: heavydbTypes.h:666
DEVICE int32_t GeoPolygon::getCoordsSize ( ) const
inline

Definition at line 671 of file heavydbTypes.h.

References coords_size.

671 { return coords_size; }
int32_t coords_size
Definition: heavydbTypes.h:663
DEVICE int32_t GeoPolygon::getInputSrid ( ) const
inline

Definition at line 677 of file heavydbTypes.h.

References input_srid.

677 { return input_srid; }
int32_t input_srid
Definition: heavydbTypes.h:667
DEVICE int32_t GeoPolygon::getNumRings ( ) const
inline

Definition at line 673 of file heavydbTypes.h.

References num_rings.

673 { return num_rings; }
int32_t num_rings
Definition: heavydbTypes.h:665
DEVICE int32_t GeoPolygon::getOutputSrid ( ) const
inline

Definition at line 679 of file heavydbTypes.h.

References output_srid.

679 { return output_srid; }
int32_t output_srid
Definition: heavydbTypes.h:668
DEVICE int8_t* GeoPolygon::getRingSizes ( )
inline

Definition at line 670 of file heavydbTypes.h.

References ring_sizes.

670 { return ring_sizes; }
int8_t * ring_sizes
Definition: heavydbTypes.h:664

Member Data Documentation

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().


The documentation for this struct was generated from the following file: