Package org.orekit.files.ilrs
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the humidity sensor manufacturer.Get the humidity sensor model.Get the humidity sensor serial number.Get the meteorological configuration ID.Get the pressure sensor manufacturer.Get the pressure sensor model.Get the pressure sensor serial number.Get the temperature sensor manufacturer.Get the temperature sensor model.Get the temperature sensor serial number.voidsetHumiSensorManufacturer(String humiSensorManufacturer) Set the humidity sensor manufacturer.voidsetHumiSensorModel(String humiSensorModel) Set the humidity sensor model.voidsetHumiSensorSerialNumber(String humiSensorSerialNumber) Set the humidity sensor serial number.voidsetMeteorologicalId(String meteorologicalId) Set the meteorological configuration ID.voidsetPressSensorManufacturer(String pressSensorManufacturer) Set the pressure sensor manufacturer.voidsetPressSensorModel(String pressSensorModel) Set the pressure sensor model.voidsetPressSensorSerialNumber(String pressSensorSerialNumber) Set the pressure sensor serial number.voidsetTempSensorManufacturer(String tempSensorManufacturer) Set the temperature sensor manufacturer.voidsetTempSensorModel(String tempSensorModel) Set the temperature sensor model.voidsetTempSensorSerialNumber(String tempSensorSerialNumber) Set the temperature sensor serial number.Get a string representation of the instance in the CRD format.toString()Methods inherited from class org.orekit.files.ilrs.CRDConfiguration.BaseConfiguration
equals, getConfigurationId, hashCode, setConfigurationId
-
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
Get the meteorological configuration ID.- Returns:
- the meteorological configuration ID
-
setMeteorologicalId
Set the meteorological configuration ID.- Parameters:
meteorologicalId- the meteorological configuration ID to set
-
getPressSensorManufacturer
Get the pressure sensor manufacturer.- Returns:
- the pressure sensor manufacturer
-
setPressSensorManufacturer
Set the pressure sensor manufacturer.- Parameters:
pressSensorManufacturer- the manufacturer to set
-
getPressSensorModel
Get the pressure sensor model.- Returns:
- the pressure sensor model
-
setPressSensorModel
Set the pressure sensor model.- Parameters:
pressSensorModel- the model to set
-
getPressSensorSerialNumber
Get the pressure sensor serial number.- Returns:
- the pressure sensor serial number
-
setPressSensorSerialNumber
Set the pressure sensor serial number.- Parameters:
pressSensorSerialNumber- the serial number to set
-
getTempSensorManufacturer
Get the temperature sensor manufacturer.- Returns:
- the temperature sensor manufacturer
-
setTempSensorManufacturer
Set the temperature sensor manufacturer.- Parameters:
tempSensorManufacturer- the temperature sensor manufacturer
-
getTempSensorModel
Get the temperature sensor model.- Returns:
- the temperature sensor model
-
setTempSensorModel
Set the temperature sensor model.- Parameters:
tempSensorModel- the model to set
-
getTempSensorSerialNumber
Get the temperature sensor serial number.- Returns:
- the temperature sensor serial number
-
setTempSensorSerialNumber
Set the temperature sensor serial number.- Parameters:
tempSensorSerialNumber- the serial number to set
-
getHumiSensorManufacturer
Get the humidity sensor manufacturer.- Returns:
- the humidity sensor manufacturer
-
setHumiSensorManufacturer
Set the humidity sensor manufacturer.- Parameters:
humiSensorManufacturer- the manufacturer to set
-
getHumiSensorModel
Get the humidity sensor model.- Returns:
- the humidity sensor model
-
setHumiSensorModel
Set the humidity sensor model.- Parameters:
humiSensorModel- the model to set
-
getHumiSensorSerialNumber
Get the humidity sensor serial number.- Returns:
- the humidity sensor serial number
-
setHumiSensorSerialNumber
Set the humidity sensor serial number.- Parameters:
humiSensorSerialNumber- the serial number to set
-
toCrdString
Get a string representation of the instance in the CRD format.- Specified by:
toCrdStringin classCRDConfiguration.BaseConfiguration- Returns:
- a string representation of the instance, in the CRD format.
-
toString
-