Changeset 13128

Show
Ignore:
Timestamp:
11/28/07 10:19:35 (7 months ago)
Author:
mloskot
Message:

Fixed documentation for Within and Contains functions (Ticket #1859).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/ogr/ogrgeometry.cpp

    r12762 r13128  
    22702270 * Test for containment. 
    22712271 * 
    2272  * Tests if the passed in geometry is within the target geometry. 
     2272 * Tests if actual geometry object is within the passed geometry. 
    22732273 * 
    22742274 * This method is the same as the C function OGR_G_Within(). 
     
    23312331 * Test for containment. 
    23322332 * 
    2333  * Tests if the passed in geometry contains the target geometry. 
     2333 * Tests if actual geometry object contains the passed geometry. 
    23342334 * 
    23352335 * This method is the same as the C function OGR_G_Contains().