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