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 SpectrumPutSpectrumHelper. 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 SpectrumPutSpectrumHelper. 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 SpectrumPutRequest. spectrumMethods in nz.ac.waikato.adams.webservice.spectral.put that return Spectrum Modifier and Type Method Description SpectrumObjectFactory. createSpectrum()Create an instance ofSpectrumSpectrumPutRequest. 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 voidPutRequest. setSpectrum(Spectrum value)Sets the value of the spectrum property.
-