Definition at line 516 of file effectivearea.c.
517{
518 LWDEBUG(2,
"Entered lwcollection_set_effective_area");
519 uint32_t i;
520 int set_m;
521 if(set_area)
522 set_m=1;
523 else
526
528 return out;
529
530 for( i = 0; i < igeom->
ngeoms; i++ )
531 {
534 }
535
536 return out;
537}
LWGEOM * lwgeom_set_effective_area(const LWGEOM *igeom, int set_area, double trshld)
#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 LWDEBUG(level, msg)
References LWCOLLECTION::flags, FLAGS_GET_M, FLAGS_GET_Z, LWCOLLECTION::geoms, lwcollection_add_lwgeom(), lwcollection_construct_empty(), lwcollection_is_empty(), LWDEBUG, lwgeom_set_effective_area(), LWCOLLECTION::ngeoms, LWCOLLECTION::srid, and LWCOLLECTION::type.
Referenced by lwgeom_set_effective_area().