PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gml_lwpgerror()

static void gml_lwpgerror ( char *  msg,
int  error_code 
)
static

Definition at line 81 of file lwgeom_in_gml.c.

References geom_from_gml(), and PG_FUNCTION_INFO_V1().

Referenced by get_xlink_node(), gml_reproject_pa(), lwgeom_from_gml(), parse_gml(), parse_gml_coord(), parse_gml_coordinates(), parse_gml_curve(), parse_gml_data(), parse_gml_double(), parse_gml_line(), parse_gml_linearring(), parse_gml_patch(), parse_gml_point(), parse_gml_polygon(), parse_gml_pos(), parse_gml_poslist(), parse_gml_srs(), parse_gml_surface(), and parse_gml_triangle().

82 {
83  POSTGIS_DEBUGF(3, "ST_GeomFromGML ERROR %i", error_code);
84  lwpgerror("%s", msg);
85 }
Here is the call graph for this function:
Here is the caller graph for this function: