Parse KML lineString.
Definition at line 406 of file lwgeom_in_kml.c.
407{
409
410 if (xnode->children == NULL) lwpgerror("invalid KML representation");
412 if (pa->
npoints < 2) lwpgerror(
"invalid KML representation");
413
415}
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().