Return LW_TRUE if the GBOX overlaps, LW_FALSE otherwise.
Definition at line 283 of file gbox.c.
284{
285
286
288 lwerror(
"gbox_overlaps: cannot compare geodetic and non-geodetic boxes");
289
290
294
295
296
298 {
301 else
303 }
304
305
307 {
310 }
311
312
314 {
317 }
318
320}
#define FLAGS_GET_Z(flags)
#define FLAGS_GET_M(flags)
#define LW_TRUE
Return types for functions with status returns.
#define FLAGS_GET_GEODETIC(flags)
void void lwerror(const char *fmt,...) __attribute__((format(printf
Write a notice out to the error handler.
References GBOX::flags, FLAGS_GET_GEODETIC, FLAGS_GET_M, FLAGS_GET_Z, LW_FALSE, LW_TRUE, lwerror(), GBOX::mmax, GBOX::mmin, GBOX::xmax, GBOX::xmin, GBOX::ymax, GBOX::ymin, GBOX::zmax, and GBOX::zmin.
Referenced by lwgeom_distance_spheroid().