|
||||||||
| 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.parser200.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="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="Spectrum"/>
<enumeration value="ThermalPlasma"/>
<enumeration value="Waves"/>
<enumeration value="Waves.Active"/>
<enumeration value="Waves.Passive"/>
</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. |
|
DOPPLERGRAM
A map or image depicting the spatial distribution of line-of-sight velocities of the observed object. |
|
ELECTRIC_FIELD
A region of space around a charged particle, or between two voltages within which a force is exerted on charged objects in its vicinity. |
|
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
A region of space near a magnetized body where magnetic forces can be detected (as measured by methods such as Zeeman splitting, etc.). |
|
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-of-sight trajectory. |
|
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 describes 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. |
|
SPECTRUM
The distribution of a characteristic of a physical system or phenomenon, such as the energy emitted by a radiant source, arranged in the order of wavelengths. |
|
THERMAL_PLASMA
Measurements of the plasma in the energy regime where the most of the plasma occurs. |
|
WAVES
Data resulting from observations of wave experiments and natural wave phenomena. |
|
WAVES_ACTIVE
Exerting an influence or producing a change or effect. |
|
WAVES_PASSIVE
Movement or effect produced by outside influence. |
|
| 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 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 SPECTRUM
public static final EnumMeasurementType THERMAL_PLASMA
public static final EnumMeasurementType WAVES
public static final EnumMeasurementType WAVES_ACTIVE
public static final EnumMeasurementType WAVES_PASSIVE
| 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 | |||||||