|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumMeasurementType>
org.spase.parser120.EnumMeasurementType
public enum EnumMeasurementType
Java class for enumMeasurementType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumMeasurementType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ActivityIndex"/>
<enumeration value="ChargedParticleFlux"/>
<enumeration value="Dopplergram"/>
<enumeration value="ElectricField"/>
<enumeration value="EnergeticParticles"/>
<enumeration value="Ephemeris"/>
<enumeration value="ImageIntensity"/>
<enumeration value="InstrumentStatus"/>
<enumeration value="IonComposition"/>
<enumeration value="Irradiance"/>
<enumeration value="MagneticField"/>
<enumeration value="Magnetogram"/>
<enumeration value="NeutralAtomImages"/>
<enumeration value="NeutralGas"/>
<enumeration value="Profile"/>
<enumeration value="Radiance"/>
<enumeration value="RadioandPlasmaWaves"/>
<enumeration value="RadioSoundings"/>
<enumeration value="Spectrum"/>
<enumeration value="ThermalPlasma"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
ACTIVITY_INDEX
An indication, derived from one or more measurements, of the level of activity of an object or region, such as sunspot number, F10.7 flux, Dst, or the Polar Cap Indices. |
|
CHARGED_PARTICLE_FLUX
Measurements of fluxes of charged or ionized particles at above thermal energies, including relativistic particles of solar and galactic origin. |
|
DOPPLERGRAM
A map or image depicting the spatial distribution of line-of-sight velocities of the observed object. |
|
ELECTRIC_FIELD
Measurements of electric field vectors (sometimes not all components) as a time series. |
|
ENERGETIC_PARTICLES
Pieces of matter that are moving very fast. |
|
EPHEMERIS
The spatial coordinates of a body as a function of time. |
|
IMAGE_INTENSITY
Measurements of the two-dimensional distribution of the intensity of photons from some region or object such as the Sun or the polar auroral regions; can be in any wavelength band, and polarized, etc. |
|
INSTRUMENT_STATUS
A quantity directly related to the operation or function of an instrument. |
|
ION_COMPOSITION
In situ measurements of the relative flux or density of electrically charged particles in the space environment. |
|
IRRADIANCE
A radiometric term for the power of electromagnetic radiation at a surface, per unit area. |
|
MAGNETIC_FIELD
Measurements of magnetic field vectors (sometimes not all components) as time series; can be space- or ground-based. |
|
MAGNETOGRAM
Measurements of the vector or line-of-sight magnetic field determined from remote sensing measurements of the detailed structure of spectral lines, including their splitting and polarization. |
|
NEUTRAL_ATOM_IMAGES
Measurements of neutral atom fluxes as a function of look direction; often related to remote energetic charged particles that lose their charge through charge-exchange and then reach the detector on a line. |
|
NEUTRAL_GAS
Measurements of neutral atomic and molecular components of a gas. |
|
PROFILE
Measurements of a quantity as a function of height above an object such as the limb of a body. |
|
RADIANCE
A radiometric measurement that describe the amount of electromagnetic radiation that passes through or is emitted from a particular area, and falls within a given solid angle in a specified direction. |
|
RADIO_SOUNDINGS
Measurements of plasma density, magnetic field and possibly other parameters of the space environment by active probing of the plasma by radio waves. |
|
RADIOAND_PLASMA_WAVES
Measurements of electric and/or magnetic fields using electric or magnetic antennas at frequencies anywhere between the spacecraft spin frequency and the characteristic frequencies of the ambient plasma. |
|
SPECTRUM
Measurements of the intensity of radiation as a function of frequency or wavelength. |
|
THERMAL_PLASMA
Measurements of the plasma in the energy regime where the most of the plasma occurs. |
|
| Method Summary | |
|---|---|
static EnumMeasurementType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumMeasurementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumMeasurementType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EnumMeasurementType ACTIVITY_INDEX
public static final EnumMeasurementType CHARGED_PARTICLE_FLUX
public static final EnumMeasurementType DOPPLERGRAM
public static final EnumMeasurementType ELECTRIC_FIELD
public static final EnumMeasurementType ENERGETIC_PARTICLES
public static final EnumMeasurementType EPHEMERIS
public static final EnumMeasurementType IMAGE_INTENSITY
public static final EnumMeasurementType INSTRUMENT_STATUS
public static final EnumMeasurementType ION_COMPOSITION
public static final EnumMeasurementType IRRADIANCE
public static final EnumMeasurementType MAGNETIC_FIELD
public static final EnumMeasurementType MAGNETOGRAM
public static final EnumMeasurementType NEUTRAL_ATOM_IMAGES
public static final EnumMeasurementType NEUTRAL_GAS
public static final EnumMeasurementType PROFILE
public static final EnumMeasurementType RADIANCE
public static final EnumMeasurementType RADIOAND_PLASMA_WAVES
public static final EnumMeasurementType RADIO_SOUNDINGS
public static final EnumMeasurementType SPECTRUM
public static final EnumMeasurementType THERMAL_PLASMA
| Method Detail |
|---|
public static final EnumMeasurementType[] values()
for(EnumMeasurementType c : EnumMeasurementType.values())
System.out.println(c);
public static EnumMeasurementType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String value()
public static EnumMeasurementType fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||