Show
Ignore:
Timestamp:
12/14/05 17:19:24 (6 years ago)
Author:
strk
Message:

Moved GEOS/JTS function from regress to ogc test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/regress/regress.sql

    r2194 r2195  
    195195---selection 
    196196 
    197 select '119', within('LINESTRING(-1 -1, -1 101, 101 101, 101 -1)'::GEOMETRY,'BOX3D(0 0, 100 100)'::BOX3D); 
    198 select '120', within('LINESTRING(-1 -1, -1 100, 101 100, 101 -1)'::GEOMETRY,'BOX3D(0 0, 100 100)'::BOX3D); 
    199197 
    200198 
     
    220218 
    221219select '129', mem_size(dropBBOX(a)), mem_size(dropBBOX(b)) from TEST; 
    222  
    223 select '130', geosnoop('POLYGON((0 0, 1 1, 0 0))'); 
    224220 
    225221select '131', X('POINT(1 2)'); 
     
    253249select '148', astext(segmentize('LINESTRING(0 0, 10 0)', 5)); 
    254250 
    255 select '149', asewkt(linemerge('GEOMETRYCOLLECTION(LINESTRING(0 0, 1 1), LINESTRING(4 4, 1 1), LINESTRING(-5 -5, 0 0))'::geometry)); 
    256251 
    257252select '150', asewkt(force_collection(setsrid('POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))'::geometry, 6)));