Uses of Class
nz.ac.waikato.adams.webservice.spectral.transform.Spectrum
-
Packages that use Spectrum Package Description adams.flow.core nz.ac.waikato.adams.webservice.spectral.transform -
-
Uses of Spectrum in adams.flow.core
Methods in adams.flow.core that return Spectrum Modifier and Type Method Description static Spectrum
TransformSpectrumHelper. knirToWebservice(Spectrum input)
Converts a KNIR spectrum into a Webservice one.Methods in adams.flow.core with parameters of type Spectrum Modifier and Type Method Description static Spectrum
TransformSpectrumHelper. webserviceToKnir(Spectrum input)
Converts a Webservice spectrum into a KNIR one. -
Uses of Spectrum in nz.ac.waikato.adams.webservice.spectral.transform
Fields in nz.ac.waikato.adams.webservice.spectral.transform declared as Spectrum Modifier and Type Field Description protected Spectrum
TransformRequest. spectrum
protected Spectrum
TransformResponse. spectrum
Methods in nz.ac.waikato.adams.webservice.spectral.transform that return Spectrum Modifier and Type Method Description Spectrum
ObjectFactory. createSpectrum()
Create an instance ofSpectrum
Spectrum
TransformRequest. getSpectrum()
Gets the value of the spectrum property.Spectrum
TransformResponse. getSpectrum()
Gets the value of the spectrum property.Methods in nz.ac.waikato.adams.webservice.spectral.transform with parameters of type Spectrum Modifier and Type Method Description void
TransformRequest. setSpectrum(Spectrum value)
Sets the value of the spectrum property.void
TransformResponse. setSpectrum(Spectrum value)
Sets the value of the spectrum property.
-