public interface SpectralCoords
| Modifier and Type | Field and Description | 
|---|---|
static Collection<String> | 
SCALE_VALUES
Permitted values for SpectralCoords scale attribute. 
 | 
static Collection<String> | 
TYPE_VALUES
Permitted values for SpectralCoords type attribute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getScale()
Returns a token giving the scale type for the spectral coordinate
 system. 
 | 
String | 
getType()
Returns the spectral coordinate system type. 
 | 
String | 
getUnit()
Returns the unit string for this coordinate system. 
 | 
static final Collection<String> TYPE_VALUES
static final Collection<String> SCALE_VALUES
String getType()
TYPE_VALUES,
 currently "frequency", "wavelength", "energy" or "wavenumber".String getUnit()
String getScale()
SCALE_VALUES,
 currently "linear" or "log".Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.