org.spase.parser200
Enum EnumMeasurementType

java.lang.Object
  extended by java.lang.Enum<EnumMeasurementType>
      extended by org.spase.parser200.EnumMeasurementType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EnumMeasurementType>

public enum EnumMeasurementType
extends java.lang.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

ACTIVITY_INDEX

public static final EnumMeasurementType 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

public static final EnumMeasurementType DOPPLERGRAM
A map or image depicting the spatial distribution of line-of-sight velocities of the observed object.


ELECTRIC_FIELD

public static final EnumMeasurementType 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. An electric field is the electric force per unit charge.


ENERGETIC_PARTICLES

public static final EnumMeasurementType ENERGETIC_PARTICLES
Pieces of matter that are moving very fast. Energetic particles include protons, electrons, neutrons, neutrinos, the nuclei of atoms, and other sub-atomic particles.


EPHEMERIS

public static final EnumMeasurementType EPHEMERIS
The spatial coordinates of a body as a function of time. When used as an Instrument Type it represents the process or methods used to generate spatial coordinates.


IMAGE_INTENSITY

public static final EnumMeasurementType 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

public static final EnumMeasurementType INSTRUMENT_STATUS
A quantity directly related to the operation or function of an instrument.


ION_COMPOSITION

public static final EnumMeasurementType ION_COMPOSITION
In situ measurements of the relative flux or density of electrically charged particles in the space environment. May give simple fluxes, but full distribution functions are sometimes measured.


IRRADIANCE

public static final EnumMeasurementType IRRADIANCE
A radiometric term for the power of electromagnetic radiation at a surface, per unit area. "Irradiance" is used when the electromagnetic radiation is incident on the surface. The SI unit of irradiance is watts per square meter (W·m-2).


MAGNETIC_FIELD

public static final EnumMeasurementType 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

public static final EnumMeasurementType 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. ("Magnetogram.")


NEUTRAL_ATOM_IMAGES

public static final EnumMeasurementType 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

public static final EnumMeasurementType NEUTRAL_GAS
Measurements of neutral atomic and molecular components of a gas.


PROFILE

public static final EnumMeasurementType PROFILE
Measurements of a quantity as a function of height above an object such as the limb of a body.


RADIANCE

public static final EnumMeasurementType 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. They are used to characterize both emission from diffuse sources and reflection from diffuse surfaces. The SI unit of radiance is watts per steradian per square meter (W*s*r^-1*m^-2).


SPECTRUM

public static final EnumMeasurementType 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

public static final EnumMeasurementType THERMAL_PLASMA
Measurements of the plasma in the energy regime where the most of the plasma occurs. May be the basic fluxes in the form of distribution functions or the derived bulk parameters (density, flow velocity, etc.).


WAVES

public static final EnumMeasurementType WAVES
Data resulting from observations of wave experiments and natural wave phenomena. Wave experiments are typically active and natural wave phenomena are passive. Examples of wave experiments include coherent/incoherent scatter radars, radio soundings, VLF propagation studies, ionospheric scintillation of beacon satellite signals, etc. Examples of natural wave phenomena include micropulsations, mesospheric gravity waves, auroral/plasmaspheric hiss, Langmuir waves, AKR, Jovian decametric radiation, solar radio bursts, etc.


WAVES_ACTIVE

public static final EnumMeasurementType WAVES_ACTIVE
Exerting an influence or producing a change or effect. An active measurement is one which produces a transmission or excitation as a part of the measurement cycle.


WAVES_PASSIVE

public static final EnumMeasurementType WAVES_PASSIVE
Movement or effect produced by outside influence. A passive measurement is one which does not produce a transmission or excitation as a part of the measurement cycle.

Method Detail

values

public static final EnumMeasurementType[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(EnumMeasurementType c : EnumMeasurementType.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static EnumMeasurementType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

value

public java.lang.String value()

fromValue

public static EnumMeasurementType fromValue(java.lang.String v)