Definition at line 153 of file lwmval.c.
164 for( i = 0; i < igeom->
ngeoms; i++ )
LWCOLLECTION * lwcollection_construct_empty(uint8_t type, int srid, char hasz, char hasm)
#define FLAGS_GET_Z(flags)
Macros for manipulating the 'flags' byte.
#define FLAGS_GET_M(flags)
LWCOLLECTION * lwcollection_add_lwgeom(LWCOLLECTION *col, const LWGEOM *geom)
Appends geom to the collection managed by col.
int lwcollection_is_empty(const LWCOLLECTION *col)
#define LWDEBUGF(level, msg,...)
static LWGEOM * lwgeom_filter_m_ignore_null(LWGEOM *geom, double min, double max, int returnm)
References LWCOLLECTION::flags, FLAGS_GET_M, FLAGS_GET_Z, LWCOLLECTION::geoms, lwcollection_add_lwgeom(), lwcollection_construct_empty(), lwcollection_is_empty(), LWDEBUGF, lwgeom_filter_m_ignore_null(), LWCOLLECTION::ngeoms, LWCOLLECTION::srid, and LWCOLLECTION::type.
Referenced by lwgeom_filter_m_ignore_null().