Definition at line 153 of file lwmval.c.
154{
156
157 uint32_t i;
158
160
162 return out;
163
164 for( i = 0; i < igeom->
ngeoms; i++ )
165 {
168 }
169
170 return out;
171}
#define FLAGS_GET_Z(flags)
#define FLAGS_GET_M(flags)
LWCOLLECTION * lwcollection_construct_empty(uint8_t type, int32_t srid, char hasz, char hasm)
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().