MobilityDB
1.0
|
Structure used for passing the parse state between the parsing functions. More...
Data Fields | |
const uint8_t * | wkb |
Points to start of WKB. More... | |
size_t | wkb_size |
Expected size of WKB. More... | |
bool | swap_bytes |
Do an endian flip? More... | |
uint8_t | subtype |
Current subtype we are handling. More... | |
int32_t | srid |
Current SRID we are handling. More... | |
bool | hasz |
Z? More... | |
bool | geodetic |
Geodetic? More... | |
bool | has_srid |
SRID? More... | |
bool | linear |
Linear interpolation? More... | |
const uint8_t * | pos |
Current parse position. More... | |
Structure used for passing the parse state between the parsing functions.