PostGIS  2.5.7dev-r@@SVN_REVISION@@
twkb_parse_state Struct Reference

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

Collaboration diagram for twkb_parse_state:
Collaboration graph

Data Fields

const uint8_ttwkb
 
const uint8_ttwkb_end
 
const uint8_tpos
 
uint32_t check
 
uint32_t lwtype
 
uint8_t has_bbox
 
uint8_t has_size
 
uint8_t has_idlist
 
uint8_t has_z
 
uint8_t has_m
 
uint8_t is_empty
 
double factor
 
double factor_z
 
double factor_m
 
uint64_t size
 
uint8_t magic_byte
 
int ndims
 
int64_t * coords
 

Detailed Description

Used for passing the parse state between the parsing functions.

Definition at line 36 of file lwin_twkb.c.


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