Update Migration guide OTBv8 authored by Julien Osman's avatar Julien Osman
...@@ -41,7 +41,6 @@ The two main work for this version 8 have been: ...@@ -41,7 +41,6 @@ The two main work for this version 8 have been:
A new DEM Handler was also developed, based on what GDAL proposes. A new DEM Handler was also developed, based on what GDAL proposes.
## The new ImageMetadata object ## The new ImageMetadata object
### Presentation ### Presentation
...@@ -303,10 +302,10 @@ classDiagram ...@@ -303,10 +302,10 @@ classDiagram
RPCTransformBase <|-- RPCInverseTransform RPCTransformBase <|-- RPCInverseTransform
``` ```
The RPC model is stored in the ```otb::ImageMetadata``` object, using the The RPC model is stored in the ```otb::ImageMetadata``` object, using
key ```MDGeom::RPC```. The classes ```otb::RPCTransformBase```, the key ```MDGeom::RPC```. The classes otb::RPCForwardTransform and
```otb::RPCForwardTransform``` and ```otb::RPCInverseTransform``` are used to otb::RPCInverseTransform inherit from otb::RPCTransformBase and are
perform forward and inverse transformation using this model. used to perform forward and inverse transformation using this model.
The abstract class ```otb::RPCTransformBase``` contains the implementation The abstract class ```otb::RPCTransformBase``` contains the implementation
of the ```SetMetadataModel``` method, which receives the RPC of the ```SetMetadataModel``` method, which receives the RPC
... ...
......