POINT.
Definition at line 221 of file lwin_twkb.c.
226 LWDEBUG(2,
"Entering lwpoint_from_twkb_state");
LWPOINT * lwpoint_construct(int srid, GBOX *bbox, POINTARRAY *point)
#define SRID_UNKNOWN
Unknown SRID value.
LWPOINT * lwpoint_construct_empty(int srid, char hasz, char hasm)
#define LWDEBUG(level, msg)
static POINTARRAY * ptarray_from_twkb_state(twkb_parse_state *s, uint32_t npoints)
POINTARRAY Read a dynamically sized point array and advance the parse state forward.
References LWDEBUG, lwpoint_construct(), lwpoint_construct_empty(), ptarray_from_twkb_state(), s, and SRID_UNKNOWN.
Referenced by lwgeom_from_twkb_state(), and lwmultipoint_from_twkb_state().