Parse KML point.
Definition at line 386 of file lwgeom_in_kml.c.
387{
389
390 if (xnode->children == NULL) lwpgerror("invalid KML representation");
392 if (pa->
npoints != 1) lwpgerror(
"invalid KML representation");
393
395}
LWPOINT * lwpoint_construct(int32_t srid, GBOX *bbox, POINTARRAY *point)
static POINTARRAY * parse_kml_coordinates(xmlNodePtr xnode, bool *hasz)
Parse kml:coordinates.
References lwpoint_construct(), POINTARRAY::npoints, and parse_kml_coordinates().
Referenced by parse_kml().