Skip to content

Commit

Permalink
fix documentation of bExactMatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 6, 2013
1 parent a12311e commit fdc838c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gdal/ogr/ogrsf_frmts/ogrsf_frmts.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2077,9 +2077,9 @@ by the OGRSFDriverManager.
The returned number is the index of the field in the layers, or -1 if the
field doesn't exist.

If bExact match is set and the field doesn't exists in the given form the
driver might apply some changes to make it match, like those it might do if
the layer was created (eg. like LAUNDER in the OCI driver).
If bExactMatch is set to FALSE and the field doesn't exists in the given form
the driver might apply some changes to make it match, like those it might do
if the layer was created (eg. like LAUNDER in the OCI driver).

This method is the same as the C++ method OGRLayer::FindFieldIndex().

Expand All @@ -2096,9 +2096,9 @@ by the OGRSFDriverManager.
The returned number is the index of the field in the layers, or -1 if the
field doesn't exist.

If bExact match is set and the field doesn't exists in the given form the
driver might apply some changes to make it match, like those it might do if
the layer was created (eg. like LAUNDER in the OCI driver).
If bExactMatch is set to FALSE and the field doesn't exists in the given form
the driver might apply some changes to make it match, like those it might do
if the layer was created (eg. like LAUNDER in the OCI driver).

This method is the same as the C function OGR_L_FindFieldIndex().

Expand Down

0 comments on commit fdc838c

Please sign in to comment.