Parse KML point.
Definition at line 391 of file lwgeom_in_kml.c.
392{
394
395 if (xnode->children == NULL) lwpgerror("invalid KML representation");
397 if (pa->
npoints != 1) lwpgerror(
"invalid KML representation");
398
400}
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().