OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GeoPointStruct Struct Reference

#include <heavydbTypes.h>

Public Member Functions

DEVICE int64_t getSize () const
 
DEVICE int32_t getCompression () const
 
DEVICE int32_t getInputSrid () const
 
DEVICE int32_t getOutputSrid () const
 

Public Attributes

int8_t * ptr
 
int32_t sz
 
int32_t compression
 
int32_t input_srid
 
int32_t output_srid
 

Detailed Description

Definition at line 947 of file heavydbTypes.h.

Member Function Documentation

DEVICE int32_t GeoPointStruct::getCompression ( ) const
inline

Definition at line 956 of file heavydbTypes.h.

References compression.

Referenced by to_Geospatial_GeoPoint().

956 { return compression; }
int32_t compression
Definition: heavydbTypes.h:950

+ Here is the caller graph for this function:

DEVICE int32_t GeoPointStruct::getInputSrid ( ) const
inline

Definition at line 958 of file heavydbTypes.h.

References input_srid.

Referenced by to_Geospatial_GeoPoint().

958 { return input_srid; }
int32_t input_srid
Definition: heavydbTypes.h:951

+ Here is the caller graph for this function:

DEVICE int32_t GeoPointStruct::getOutputSrid ( ) const
inline

Definition at line 960 of file heavydbTypes.h.

References output_srid.

Referenced by to_Geospatial_GeoPoint().

960 { return output_srid; }
int32_t output_srid
Definition: heavydbTypes.h:952

+ Here is the caller graph for this function:

DEVICE int64_t GeoPointStruct::getSize ( ) const
inline

Definition at line 954 of file heavydbTypes.h.

References sz.

Referenced by to_Geospatial_GeoPoint().

954 { return sz; }

+ Here is the caller graph for this function:

Member Data Documentation

int32_t GeoPointStruct::compression

Definition at line 950 of file heavydbTypes.h.

Referenced by getCompression().

int32_t GeoPointStruct::input_srid

Definition at line 951 of file heavydbTypes.h.

Referenced by getInputSrid().

int32_t GeoPointStruct::output_srid

Definition at line 952 of file heavydbTypes.h.

Referenced by getOutputSrid().

int8_t* GeoPointStruct::ptr

Definition at line 948 of file heavydbTypes.h.

Referenced by to_Geospatial_GeoPoint().

int32_t GeoPointStruct::sz

Definition at line 949 of file heavydbTypes.h.

Referenced by getSize().


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