Package org.orekit.rugged.refraction
Class ConstantRefractionLayer
- java.lang.Object
-
- org.orekit.rugged.refraction.ConstantRefractionLayer
-
public class ConstantRefractionLayer extends Object
Class that represents a constant refraction layer to be used withMultiLayerModel
.- Since:
- 2.0
- Author:
- Sergio Esteves, Guylaine Prat
-
-
Constructor Summary
Constructors Constructor Description ConstantRefractionLayer(double lowestAltitude, double refractiveIndex)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLowestAltitude()
double
getRefractiveIndex()
-