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