Class ConstantRefractionLayer


  • public class ConstantRefractionLayer
    extends Object
    Class that represents a constant refraction layer to be used with MultiLayerModel.
    Since:
    2.0
    Author:
    Sergio Esteves, Guylaine Prat
    • Constructor Detail

      • ConstantRefractionLayer

        public ConstantRefractionLayer​(double lowestAltitude,
                                       double refractiveIndex)
        Simple constructor.
        Parameters:
        lowestAltitude - lowest altitude of the layer (m)
        refractiveIndex - refractive index of the layer
    • Method Detail

      • getLowestAltitude

        public double getLowestAltitude()
        Returns:
        the lowest altitude of the layer (m)
      • getRefractiveIndex

        public double getRefractiveIndex()
        Returns:
        the refractive index of the layer