PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
|
static |
CIRCULARSTRING Read a WKB circularstring, 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 (three point minimum, odd number of points).
Definition at line 472 of file lwin_wkb.c.
References wkb_parse_state::check, wkb_parse_state::has_m, wkb_parse_state::has_z, LW_PARSER_CHECK_MINPOINTS, LW_PARSER_CHECK_ODD, lwcircstring_construct(), lwcircstring_construct_empty(), lwerror(), wkb_parse_state::lwtype, lwtype_name(), POINTARRAY::npoints, ptarray_from_wkb_state(), and wkb_parse_state::srid.
Referenced by lwgeom_from_wkb_state().