PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwgeom_geos_error()

void lwgeom_geos_error ( const char *  fmt,
  ... 
)

Definition at line 57 of file liblwgeom/lwgeom_geos.c.

58 {
59  va_list ap;
60  va_start(ap, fmt);
61 
62  /* Call the supplied function */
65 
66  va_end(ap);
67 }
#define LWGEOM_GEOS_ERRMSG_MAXSIZE
char lwgeom_geos_errmsg[LWGEOM_GEOS_ERRMSG_MAXSIZE]
def fmt
Definition: pixval.py:93

References pixval::fmt, lwgeom_geos_errmsg, and LWGEOM_GEOS_ERRMSG_MAXSIZE.

Referenced by _lwt_AddPoint(), _lwt_CheckEdgeCrossing(), _lwt_GetEqualEdge(), buffer(), cluster_within_distance_garray(), clusterintersecting_garray(), contains(), containsproperly(), convexhull(), coverage_window_calculation(), coveredby(), covers(), crosses(), disjoint(), GEOSnoop(), hausdorffdistance(), hausdorffdistancedensify(), init_geos_cluster_suite(), isring(), isvalid(), isvaliddetail(), isvalidreason(), lwgeom_buildarea(), lwgeom_centroid(), lwgeom_clip_by_rect(), lwgeom_concavehull(), lwgeom_delaunay_triangulation(), lwgeom_difference_prec(), lwgeom_geos_noop(), lwgeom_intersection_prec(), lwgeom_is_simple(), lwgeom_linemerge_directed(), lwgeom_make_valid_params(), lwgeom_node(), lwgeom_normalize(), lwgeom_pointonsurface(), lwgeom_reduceprecision(), lwgeom_sharedpaths(), lwgeom_simplify_polygonal(), lwgeom_snap(), lwgeom_symdifference_prec(), lwgeom_triangulate_polygon(), lwgeom_unaryunion_prec(), lwgeom_union_prec(), lwgeom_voronoi_diagram(), lwline_offsetcurve(), lwline_split_by_line(), lwpoly_split_by_line(), lwpoly_to_points(), lwt_Polygonize(), overlaps(), pgis_union_geometry_array(), polygonize_garray(), relate_full(), relate_pattern(), rt_raster_compute_skewed_raster(), rt_raster_gdal_polygonize(), rt_raster_geos_spatial_relationship(), rt_raster_intersects(), ST_ClusterDBSCAN(), ST_ClusterIntersectingWin(), ST_ClusterWithinWin(), ST_CoverageUnion(), ST_Equals(), ST_FrechetDistance(), ST_Intersects(), ST_LargestEmptyCircle(), ST_MaximumInscribedCircle(), ST_MinimumClearance(), ST_MinimumClearanceLine(), ST_OrientedEnvelope(), ST_RelateMatch(), topologypreservesimplify(), and touches().