Skip to content
Snippets Groups Projects
Commit d5c6dac5 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Added a getAlgorithm method at Rugged level.

This allows for example to retrieve the DEM elevation for a
latitude/longitude pair.
parent 91d77623
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,13 @@ public class Rugged {
}
/** Get the DEM intersection algorithm.
* @return DEM intersection algorithm
*/
public IntersectionAlgorithm getAlgorithm() {
return algorithm;
}
/** Get flag for light time correction.
* @return true if the light time between ground and spacecraft is
* compensated for more accurate location
......
......@@ -22,6 +22,10 @@
<body>
<release version="1.0" date="TBD"
description="TBD">
<action dev="luc" type="add">
Added a getAlgorithm method at Rugged level. This allows for example to
retrieve the DEM elevation for a latitude/longitude pair.
</action>
<action dev="luc" type="add" >
Added a utility to help estimate visibility and set up min/max search lines.
</action>
......
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