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/regress/regress_expected

    r4832 r4847  
    198198151|0103000020E61000000100000005000000000000000000000000000000000000000000000000000000000000000000F03F000000000000F03F000000000000F03F000000000000F03F000000000000000000000000000000000000000000000000 
    199199152|4326 
     200153|MULTIPOINT(0 0) 
     201154|MULTIPOINT(0 0) 
     202155|MULTIPOINT(0 0,1 1) 
     203156|MULTIPOINT(1 1) 
     204157|MULTILINESTRING((0 0,1 1)) 
     205158|MULTILINESTRING((0 0,1 1),(2 2,3 3)) 
     206159|GEOMETRYCOLLECTION EMPTY 
     207160|MULTIPOINT(1 1) 
     208161|MULTILINESTRING((0 0,1 1),(2 2,3 3))