PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
|
static |
LINESTRING Read a WKB linestring, starting just after the endian byte, type number and optional srid number.
Advance the parse state forward appropriately. There is only one pointarray in a linestring. Optionally check for minimal following of rules (two point minimum).
Definition at line 444 of file lwin_wkb.c.
References wkb_parse_state::check, wkb_parse_state::has_m, wkb_parse_state::has_z, LW_PARSER_CHECK_MINPOINTS, lwerror(), lwline_construct(), lwline_construct_empty(), wkb_parse_state::lwtype, lwtype_name(), POINTARRAY::npoints, ptarray_free(), ptarray_from_wkb_state(), and wkb_parse_state::srid.
Referenced by lwgeom_from_wkb_state().