PostGIS  3.0.6dev-r@@SVN_REVISION@@
wkb_parse_state Struct Reference

Used for passing the parse state between the parsing functions. More...

Collaboration diagram for wkb_parse_state:
Collaboration graph

Data Fields

const uint8_t * wkb
 
int32_t srid
 
size_t wkb_size
 
int8_t swap_bytes
 
int8_t check
 
int8_t lwtype
 
int8_t has_z
 
int8_t has_m
 
int8_t has_srid
 
int8_t error
 
uint8_t depth
 
const uint8_t * pos
 

Detailed Description

Used for passing the parse state between the parsing functions.

Definition at line 39 of file lwin_wkb.c.


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