Definition at line 99 of file lwmval.c.
100{
101 LWDEBUGF(2,
"Entered %s", __func__);
102
105
107 {
109 return NULL;
110 }
111
113}
LWLINE * lwline_construct(int32_t srid, GBOX *bbox, POINTARRAY *points)
void ptarray_free(POINTARRAY *pa)
#define LWDEBUGF(level, msg,...)
static POINTARRAY * ptarray_filterm(POINTARRAY *pa, double min, double max, int returnm)
References LWDEBUGF, lwline_construct(), POINTARRAY::npoints, LWLINE::points, ptarray_filterm(), ptarray_free(), and LWLINE::srid.
Referenced by lwgeom_filter_m_ignore_null().