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

DOC: mark class as deprecated

parent 6b98a96b
No related branches found
No related tags found
No related merge requests found
......@@ -30,12 +30,17 @@ namespace otb
/** \class MapToMapProjection
* \brief Class for switching from a Map Projection coordinates to other Map Projection coordinates.
*
* \brief <b>DEPRECATED</b>: Class for switching from a Map Projection coordinates to
* other Map Projection coordinates.
*
* <b>DEPRECATED</b>: Use otb::GenericMapProjection instead
* It converts MapProjection1 coordinates to MapProjection2 coordinates by using MapProjection methods.
* It takes a point in input.
* (X_1, Y_1) -> (lat, lon) -> (X_2, Y_2)
* (X_1, Y_1) -> (lon, lat) -> (X_2, Y_2)
*
* \ingroup Transform
* \sa GenericMapProjection
*/
template <class TInputMapProjection,
class TOutputMapProjection,
......
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