Class CRDConfiguration.MeteorologicalConfiguration

java.lang.Object
org.orekit.files.ilrs.CRDConfiguration.BaseConfiguration
org.orekit.files.ilrs.CRDConfiguration.MeteorologicalConfiguration
Enclosing class:
CRDConfiguration

public static class CRDConfiguration.MeteorologicalConfiguration extends CRDConfiguration.BaseConfiguration
Container for meteorological configuration record.
  • Constructor Details

    • MeteorologicalConfiguration

      public MeteorologicalConfiguration()
      Empty constructor.

      This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.

      Since:
      12.0
  • Method Details

    • getMeteorologicalId

      public String getMeteorologicalId()
      Get the meteorological configuration ID.
      Returns:
      the meteorological configuration ID
    • setMeteorologicalId

      public void setMeteorologicalId(String meteorologicalId)
      Set the meteorological configuration ID.
      Parameters:
      meteorologicalId - the meteorological configuration ID to set
    • getPressSensorManufacturer

      public String getPressSensorManufacturer()
      Get the pressure sensor manufacturer.
      Returns:
      the pressure sensor manufacturer
    • setPressSensorManufacturer

      public void setPressSensorManufacturer(String pressSensorManufacturer)
      Set the pressure sensor manufacturer.
      Parameters:
      pressSensorManufacturer - the manufacturer to set
    • getPressSensorModel

      public String getPressSensorModel()
      Get the pressure sensor model.
      Returns:
      the pressure sensor model
    • setPressSensorModel

      public void setPressSensorModel(String pressSensorModel)
      Set the pressure sensor model.
      Parameters:
      pressSensorModel - the model to set
    • getPressSensorSerialNumber

      public String getPressSensorSerialNumber()
      Get the pressure sensor serial number.
      Returns:
      the pressure sensor serial number
    • setPressSensorSerialNumber

      public void setPressSensorSerialNumber(String pressSensorSerialNumber)
      Set the pressure sensor serial number.
      Parameters:
      pressSensorSerialNumber - the serial number to set
    • getTempSensorManufacturer

      public String getTempSensorManufacturer()
      Get the temperature sensor manufacturer.
      Returns:
      the temperature sensor manufacturer
    • setTempSensorManufacturer

      public void setTempSensorManufacturer(String tempSensorManufacturer)
      Set the temperature sensor manufacturer.
      Parameters:
      tempSensorManufacturer - the temperature sensor manufacturer
    • getTempSensorModel

      public String getTempSensorModel()
      Get the temperature sensor model.
      Returns:
      the temperature sensor model
    • setTempSensorModel

      public void setTempSensorModel(String tempSensorModel)
      Set the temperature sensor model.
      Parameters:
      tempSensorModel - the model to set
    • getTempSensorSerialNumber

      public String getTempSensorSerialNumber()
      Get the temperature sensor serial number.
      Returns:
      the temperature sensor serial number
    • setTempSensorSerialNumber

      public void setTempSensorSerialNumber(String tempSensorSerialNumber)
      Set the temperature sensor serial number.
      Parameters:
      tempSensorSerialNumber - the serial number to set
    • getHumiSensorManufacturer

      public String getHumiSensorManufacturer()
      Get the humidity sensor manufacturer.
      Returns:
      the humidity sensor manufacturer
    • setHumiSensorManufacturer

      public void setHumiSensorManufacturer(String humiSensorManufacturer)
      Set the humidity sensor manufacturer.
      Parameters:
      humiSensorManufacturer - the manufacturer to set
    • getHumiSensorModel

      public String getHumiSensorModel()
      Get the humidity sensor model.
      Returns:
      the humidity sensor model
    • setHumiSensorModel

      public void setHumiSensorModel(String humiSensorModel)
      Set the humidity sensor model.
      Parameters:
      humiSensorModel - the model to set
    • getHumiSensorSerialNumber

      public String getHumiSensorSerialNumber()
      Get the humidity sensor serial number.
      Returns:
      the humidity sensor serial number
    • setHumiSensorSerialNumber

      public void setHumiSensorSerialNumber(String humiSensorSerialNumber)
      Set the humidity sensor serial number.
      Parameters:
      humiSensorSerialNumber - the serial number to set
    • toCrdString

      public String toCrdString()
      Get a string representation of the instance in the CRD format.
      Specified by:
      toCrdString in class CRDConfiguration.BaseConfiguration
      Returns:
      a string representation of the instance, in the CRD format.
    • toString

      public String toString()
      Overrides:
      toString in class Object