Skip to content
Snippets Groups Projects
Commit 3fef43ab authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

Correction doxygen pour lon/lat

parent b3343ac4
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ namespace otb
*
* Based on ossimProjectionFactoryRegistry and ossimProjection methods.
* It takes as input an index and computes the world coordinates.
* (i,j,h) -> (lat,lon).
* (i,j,h) -> (lon,lat).
* Notice that the elevation h is optional.
*
* \ingroup Transform
......
......@@ -35,7 +35,7 @@ namespace otb
* Based on ossimProjectionFactoryRegistry and ossimProjection methods.
* It takes as input a world point and computes the index position of the
* corresponding point in the input image.
* (lat,lon,h) -> (i,j).
* (lon,lat,h) -> (i,j).
* Notice that the elevation h is optional.
*
* \ingroup Transform
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment