Package org.orekit.files.ilrs
Class CRDConfiguration.SystemConfiguration
java.lang.Object
org.orekit.files.ilrs.CRDConfiguration.BaseConfiguration
org.orekit.files.ilrs.CRDConfiguration.SystemConfiguration
- Enclosing class:
CRDConfiguration
Container for system configuration record.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the components (config ids) for system configuration.Get the system configuration ID.doubleGet the transmit wavelength.voidsetComponents(String[] components) Set the components (config ids) for system configuration.voidsetSystemId(String systemId) Set the system configuration ID.voidsetWavelength(double wavelength) Set the transmit wavelength.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
-
SystemConfiguration
public SystemConfiguration()Constructor.
-
-
Method Details
-
getWavelength
public double getWavelength()Get the transmit wavelength.- Returns:
- the transmit wavelength in meters
-
setWavelength
public void setWavelength(double wavelength) Set the transmit wavelength.- Parameters:
wavelength- the wavelength to set
-
getSystemId
Get the system configuration ID.- Returns:
- the system configuration ID
-
setSystemId
Set the system configuration ID.- Parameters:
systemId- the system configuration ID to set
-
getComponents
Get the components (config ids) for system configuration.- Returns:
- an unmodifiable list of components
- Since:
- 12.0
-
setComponents
Set the components (config ids) for system configuration.- Parameters:
components- the components (config ids)- Since:
- 12.0
-
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
-