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