Function handling max distance calculations and dfullywithin calculations.
The difference is just the tolerance.
Definition at line 192 of file measures.c.
193{
194
196 LWDEBUG(2,
"lwgeom_maxdistance2d_tolerance is called");
202
203
204 lwerror(
"Some unspecified error.");
205 return -1;
206}
#define LWDEBUG(level, msg)
void void lwerror(const char *fmt,...) __attribute__((format(printf
Write a notice out to the error handler.
int lw_dist2d_comp(const LWGEOM *lw1, const LWGEOM *lw2, DISTPTS *dl)
This function just deserializes geometries Bboxes is not checked here since it is the subgeometries b...
Structure used in distance-calculations.
References DIST_MAX, DISTPTS::distance, lw_dist2d_comp(), LWDEBUG, lwerror(), DISTPTS::mode, and DISTPTS::tolerance.
Referenced by lwgeom_maxdistance2d(), lwgeom_maxdistance3d_tolerance(), and rt_raster_fully_within_distance().