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

#include <heavydbTypes.h>

Public Member Functions

DEVICE int32_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 965 of file heavydbTypes.h.

Member Function Documentation

DEVICE int32_t GeoMultiPointStruct::getCompression ( ) const
inline

Definition at line 974 of file heavydbTypes.h.

References compression.

Referenced by to_Geospatial_GeoMultiPoint().

974 { return compression; }

+ Here is the caller graph for this function:

DEVICE int32_t GeoMultiPointStruct::getInputSrid ( ) const
inline

Definition at line 976 of file heavydbTypes.h.

References input_srid.

Referenced by to_Geospatial_GeoMultiPoint().

976 { return input_srid; }

+ Here is the caller graph for this function:

DEVICE int32_t GeoMultiPointStruct::getOutputSrid ( ) const
inline

Definition at line 978 of file heavydbTypes.h.

References output_srid.

Referenced by to_Geospatial_GeoMultiPoint().

978 { return output_srid; }

+ Here is the caller graph for this function:

DEVICE int32_t GeoMultiPointStruct::getSize ( ) const
inline

Definition at line 972 of file heavydbTypes.h.

References sz.

Referenced by to_Geospatial_GeoMultiPoint().

972 { return sz; }

+ Here is the caller graph for this function:

Member Data Documentation

int32_t GeoMultiPointStruct::compression

Definition at line 968 of file heavydbTypes.h.

Referenced by getCompression().

int32_t GeoMultiPointStruct::input_srid

Definition at line 969 of file heavydbTypes.h.

Referenced by getInputSrid().

int32_t GeoMultiPointStruct::output_srid

Definition at line 970 of file heavydbTypes.h.

Referenced by getOutputSrid().

int8_t* GeoMultiPointStruct::ptr

Definition at line 966 of file heavydbTypes.h.

Referenced by to_Geospatial_GeoMultiPoint().

int32_t GeoMultiPointStruct::sz

Definition at line 967 of file heavydbTypes.h.

Referenced by getSize().


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