Changeset 13128
- Timestamp:
- 11/28/07 10:19:35 (7 months ago)
- Files:
-
- trunk/gdal/ogr/ogrgeometry.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/ogr/ogrgeometry.cpp
r12762 r13128 2270 2270 * Test for containment. 2271 2271 * 2272 * Tests if the passed in geometry is within the targetgeometry.2272 * Tests if actual geometry object is within the passed geometry. 2273 2273 * 2274 2274 * This method is the same as the C function OGR_G_Within(). … … 2331 2331 * Test for containment. 2332 2332 * 2333 * Tests if the passed in geometry contains the targetgeometry.2333 * Tests if actual geometry object contains the passed geometry. 2334 2334 * 2335 2335 * This method is the same as the C function OGR_G_Contains().
