Show
Ignore:
Timestamp:
11/17/09 12:03:50 (3 years ago)
Author:
pramsey
Message:

Implement ST_CollectionExtract() to pull specific homogeneous collections out of heterogeneous collections. Regressions and documentation included. (#218)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/liblwgeom/liblwgeom.h

    r4710 r4847  
    917917LWGEOM *lwcollection_getsubgeom(LWCOLLECTION *col, int gnum); 
    918918BOX3D *lwcollection_compute_box3d(LWCOLLECTION *col); 
    919  
     919LWCOLLECTION* lwcollection_extract(LWCOLLECTION *col, int type); 
    920920 
    921921/******************************************************************