Show
Ignore:
Timestamp:
06/04/07 16:06:28 (5 years ago)
Author:
mleslie
Message:

Added versions of functions with standard ST (Spatial Type) prefixes to any functions that were lacking them. Updated the regression tests to include the new functions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/regress/regress_lrs_expected

    r2292 r2616  
    3333line_interpolate_point|POINT(0 0) 
    3434line_interpolate_point|POINT(0.5 0.5 7.5) 
     352d| 
     363dz| 
     37PNTM_1|GEOMETRYCOLLECTIONM EMPTY 
     38PNTM_2|POINTM(1 2 3) 
     39PNTM_3|POINTM(1 2 3) 
     40PNTM_4|POINTM(1 2 3) 
     41PNTM_5|GEOMETRYCOLLECTIONM EMPTY 
     42MPNT_1|GEOMETRYCOLLECTIONM(POINT(1 2 2)) 
     43MPNT_2|GEOMETRYCOLLECTIONM(POINT(2 2 5)) 
     44MPNT_3|GEOMETRYCOLLECTIONM EMPTY 
     45MPNT_4|GEOMETRYCOLLECTIONM(POINT(1 2 8),POINT(2 2 5)) 
     46LINEZM_1|LINESTRING(0 8 80 2,0 0 0 10) 
     47LINEZM_2|LINESTRING(0 8 20 2,0 0 100 10) 
     48LINEZM_3|LINESTRING(0 8 80 2,0 0 0 10,8 0 0 2) 
     49LINEZM_4|GEOMETRYCOLLECTION(LINESTRING(0 9 90 2,0 1 10 18),LINESTRING(1 0 0 18,9 0 0 2)) 
     50LINEZM_5|GEOMETRYCOLLECTION(LINESTRING(0 9 90 2,0 1 10 18),LINESTRING(5.5 4.5 4.5 18,9.5 0.5 0.5 2)) 
     51LINEZM_6|POINT(9.5 0.5 0.5 2) 
     52line_locate_point|0.528602749909894 
     53line_locate_point|1 
     54line_locate_point|0 
     55line_substring|SRID=4326;LINESTRING(2 2 2 2,3 3 3 3,3.2 3.2 3.2 3.2) 
     56line_substring|LINESTRING(2 2 2 2,3 3 3 3) 
     57line_substring|LINESTRING(0 0,1 1) 
     58line_substring|LINESTRING(1 1,2 2) 
     59line_substring|LINESTRING(1 1,2 2) 
     60line_substring|LINESTRING(0 0,1 1) 
     61line_substring|LINESTRING(1 1,2 2) 
     62line_substring|LINESTRINGM(1 1 1,2 2 2) 
     63line_substring|LINESTRINGM(1 1 3,2 2 2) 
     64line_substring|LINESTRING(1 1 3,2 2 2) 
     65line_substring|POINT(0 0) 
     66line_substring|POINT(0.5 0.5 7.5) 
     67line_interpolate_point|POINT(0 0) 
     68line_interpolate_point|POINT(0.5 0.5 7.5)