"git@gitlab.orekit.org:orekit/rugged.git" did not exist on "1bc5881a4f0be905ad88722a29b9507c11547ba7"
Add access to the intersection algorithm Id
The getAlgorithm give the DEM intersection algorithm class. In some case, for instance, if a configuration file defines the way Rugged must be initialized, we may need to check the algorithm used. The enum AlgorithmId provides the right information but is not accessible through a rugged instance.