Package org.orekit.files.ilrs
Class CRDConfiguration.SystemConfiguration
- java.lang.Object
-
- org.orekit.files.ilrs.CRDConfiguration.SystemConfiguration
-
- Enclosing class:
- CRDConfiguration
public static class CRDConfiguration.SystemConfiguration extends Object
Container for system configuration record.
-
-
Constructor Summary
Constructors Constructor Description SystemConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSystemId()
Get the system configuration ID.double
getWavelength()
Get the transmit wavelength.void
setSystemId(String systemId)
Set the system configuration ID.void
setWavelength(double wavelength)
Set the transmit wavelength.
-
-
-
Method Detail
-
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
public String getSystemId()
Get the system configuration ID.- Returns:
- the system configuration ID
-
setSystemId
public void setSystemId(String systemId)
Set the system configuration ID.- Parameters:
systemId
- the system configuration ID to set
-
-