Parse KML lineString.
Definition at line 401 of file lwgeom_in_kml.c.
402{
404
405 if (xnode->children == NULL) lwpgerror("invalid KML representation");
407 if (pa->
npoints < 2) lwpgerror(
"invalid KML representation");
408
410}
LWLINE * lwline_construct(int32_t srid, GBOX *bbox, POINTARRAY *points)
static POINTARRAY * parse_kml_coordinates(xmlNodePtr xnode, bool *hasz)
Parse kml:coordinates.
References lwline_construct(), POINTARRAY::npoints, and parse_kml_coordinates().
Referenced by parse_kml().