Show
Ignore:
Timestamp:
11/28/05 03:04:17 (6 years ago)
Author:
strk
Message:

Added ExteriorRing? and Segmentize tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/regress/regress_ogc.sql

    r2074 r2079  
    2929SELECT 'pointonsurface', astext(pointonsurface('POLYGON((0 0, 0 10, 10 10, 10 0, 0 0),(2 2, 2 4, 4 4, 4 2, 2 2))')); 
    3030SELECT 'centroid', astext(centroid('POLYGON((0 0, 0 10, 10 10, 10 0, 0 0),(2 2, 2 4, 4 4, 4 2, 2 2))')); 
     31SELECT 'exteriorring', astext(exteriorring(PolygonFromText('POLYGON((52 18,66 23,73 9,48 6,52 18),(59 18,67 18,67 13,59 13,59 18))'))); 
    3132