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 SpectrumGetSpectrumHelper. 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 SpectrumGetSpectrumHelper. 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 SpectrumGetResponse. spectrumMethods in nz.ac.waikato.adams.webservice.spectral.get that return Spectrum Modifier and Type Method Description SpectrumObjectFactory. createSpectrum()Create an instance ofSpectrumSpectrumGetResponse. 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 voidGetResponse. setSpectrum(Spectrum value)Sets the value of the spectrum property.
-