PostGIS
2.5.7dev-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 453 of file lwin_wkb.c.
References LW_PARSER_CHECK_MINPOINTS, lwerror(), lwline_construct(), lwline_construct_empty(), lwtype_name(), POINTARRAY::npoints, ptarray_free(), ptarray_from_wkb_state(), and s.
Referenced by lwgeom_from_wkb_state().