Definition at line 622 of file liblwgeom/lwgeom_geos.c.
623{
624 va_list ap;
625 va_start(ap, funcname);
627 size_t i;
628 for(i = 0; i <
count; i++)
629 {
631 if (!g)
632 {
633 lwerror(
"%s: Geometry is null", funcname);
635 }
636 if (i == 0)
637 {
639 }
640 else
641 {
643 {
644 lwerror(
"%s: Operation on mixed SRID geometries (%d != %d)", funcname, srid, g->
srid);
646 }
647 }
648 }
649 return srid;
650}
void lwerror(const char *fmt,...)
Write a notice out to the error handler.
References lwerror(), LWGEOM::srid, and SRID_INVALID.