org.spase.parser122
Enum EnumEarth

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

public enum EnumEarth
extends java.lang.Enum<EnumEarth>

Java class for enumEarth.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="enumEarth">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Magnetosheath"/>
     <enumeration value="Magnetosphere"/>
     <enumeration value="Magnetosphere.Magnetotail"/>
     <enumeration value="Magnetosphere.Main"/>
     <enumeration value="Magnetosphere.Polar"/>
     <enumeration value="Magnetosphere.RadiationBelt"/>
     <enumeration value="NearSurface"/>
     <enumeration value="NearSurface.Atmosphere"/>
     <enumeration value="NearSurface.AuroralRegion"/>
     <enumeration value="NearSurface.EquatorialRegion"/>
     <enumeration value="NearSurface.Ionosphere"/>
     <enumeration value="NearSurface.Ionosphere.DRegion"/>
     <enumeration value="NearSurface.Ionosphere.ERegion"/>
     <enumeration value="NearSurface.Ionosphere.FRegion"/>
     <enumeration value="NearSurface.Ionosphere.Topside"/>
     <enumeration value="NearSurface.Mesosphere"/>
     <enumeration value="NearSurface.Plasmasphere"/>
     <enumeration value="NearSurface.PolarCap"/>
     <enumeration value="NearSurface.SouthAtlanticAnomalyRegion"/>
     <enumeration value="NearSurface.Stratosphere"/>
     <enumeration value="NearSurface.Thermosphere"/>
     <enumeration value="NearSurface.Troposphere"/>
     <enumeration value="Surface"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
MAGNETOSHEATH
          The region between the bow shock and the magnetopause, characterized by very turbulent plasma.
MAGNETOSPHERE
          The region of space above the atmosphere or surface of the planet, and bounded by the magnetopause, that is under the direct influence of the planet's magnetic field.
MAGNETOSPHERE_MAGNETOTAIL
          The region on the night side of the body where the magnetic filed is stretched backwards by the force of the solar wind.
MAGNETOSPHERE_MAIN
          The region of the magnetosphere where the magnetic field lines are closed, but does not include the gaseous region gravitationally bound to the body.
MAGNETOSPHERE_POLAR
          The region near the pole of a body.
MAGNETOSPHERE_RADIATION_BELT
          The region within a magnetosphere where high-energy particles could potentially be trapped in a magnetic field.
NEAR_SURFACE
          The gaseous and possibly ionized environment of a body extending from the surface to some specified altitude.
NEAR_SURFACE_ATMOSPHERE
          The neutral gases surrounding a body that extends from the surface and is bound to the body by virtue of the gravitational attraction.
NEAR_SURFACE_AURORAL_REGION
          The region in the atmospheric where electrically-charged particles bombarding the upper atmosphere of a planet in the presence of a magnetic field produce an opitcal phenomenum.
NEAR_SURFACE_EQUATORIAL_REGION
          A region centered on the equator and limited in latitude by approximately 23 degrees north and south of the equator.
NEAR_SURFACE_IONOSPHERE
          The charged or ionized gases surrounding a body that are nominally bound to the body by virtue of the gravitational attraction..
NEAR_SURFACE_IONOSPHERE_D_REGION
          The layer of the ionosphere that exists approximately 50 to 95 km above the surface of the Earth.
NEAR_SURFACE_IONOSPHERE_E_REGION
          A layer of ionised gas occurring at 90-150km above the ground.
NEAR_SURFACE_IONOSPHERE_F_REGION
          A layer that contains ionized gases at a height of around 150–800 km above sea level, placing it in the thermosphere.
NEAR_SURFACE_IONOSPHERE_TOPSIDE
          The region at the upper most areas of the ionosphere.
NEAR_SURFACE_MESOSPHERE
          The layer of the atmosphere that extends from the Stratosphere to a range of 80 km to 85 km, temperature decreasing with height.
NEAR_SURFACE_PLASMASPHERE
          A region of the magnetosphere consisting of low energy (cool) plasma.
NEAR_SURFACE_POLAR_CAP
          The areas of the globe surrounding the poles and consisting of the region north of 60 degrees north latitude an the region south of 60 degrees south latitude.
NEAR_SURFACE_SOUTH_ATLANTIC_ANOMALY_REGION
          The region where Earth's inner van Allen radiation belt makes its closest approach to the planet's surface.
NEAR_SURFACE_STRATOSPHERE
          The layer of the atmosphere that extends from the troposphere to about 30 km, temperature increases with height.
NEAR_SURFACE_THERMOSPHERE
          The layer of the atmosphere that extends from the Mesosphere to 640+ km, temperature increasing with height.
NEAR_SURFACE_TROPOSPHERE
          The lowest layer of the atmosphere which begins at the surface and extends to between 7 km (4.4 mi) at the poles and 17 km (10.6 mi) at the equator, with some variation due to weather factors.
SURFACE
          The outermost area of a solid object.
 
Method Summary
static EnumEarth fromValue(java.lang.String v)
           
 java.lang.String value()
           
static EnumEarth valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumEarth[] 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

MAGNETOSHEATH

public static final EnumEarth MAGNETOSHEATH
The region between the bow shock and the magnetopause, characterized by very turbulent plasma.


MAGNETOSPHERE

public static final EnumEarth MAGNETOSPHERE
The region of space above the atmosphere or surface of the planet, and bounded by the magnetopause, that is under the direct influence of the planet's magnetic field.


MAGNETOSPHERE_MAGNETOTAIL

public static final EnumEarth MAGNETOSPHERE_MAGNETOTAIL
The region on the night side of the body where the magnetic filed is stretched backwards by the force of the solar wind. For Earth, the magnetotail begins at a night-side radial distance of 10 Re (X > -10Re).


MAGNETOSPHERE_MAIN

public static final EnumEarth MAGNETOSPHERE_MAIN
The region of the magnetosphere where the magnetic field lines are closed, but does not include the gaseous region gravitationally bound to the body.


MAGNETOSPHERE_POLAR

public static final EnumEarth MAGNETOSPHERE_POLAR
The region near the pole of a body. For a magnetosphere the polar region is the area where magnetic field lines are open and includes the aural zone.


MAGNETOSPHERE_RADIATION_BELT

public static final EnumEarth MAGNETOSPHERE_RADIATION_BELT
The region within a magnetosphere where high-energy particles could potentially be trapped in a magnetic field.


NEAR_SURFACE

public static final EnumEarth NEAR_SURFACE
The gaseous and possibly ionized environment of a body extending from the surface to some specified altitude. For the Earth, this altitude is 2000 km.


NEAR_SURFACE_ATMOSPHERE

public static final EnumEarth NEAR_SURFACE_ATMOSPHERE
The neutral gases surrounding a body that extends from the surface and is bound to the body by virtue of the gravitational attraction.


NEAR_SURFACE_AURORAL_REGION

public static final EnumEarth NEAR_SURFACE_AURORAL_REGION
The region in the atmospheric where electrically-charged particles bombarding the upper atmosphere of a planet in the presence of a magnetic field produce an opitcal phenomenum.


NEAR_SURFACE_EQUATORIAL_REGION

public static final EnumEarth NEAR_SURFACE_EQUATORIAL_REGION
A region centered on the equator and limited in latitude by approximately 23 degrees north and south of the equator.


NEAR_SURFACE_IONOSPHERE

public static final EnumEarth NEAR_SURFACE_IONOSPHERE
The charged or ionized gases surrounding a body that are nominally bound to the body by virtue of the gravitational attraction..


NEAR_SURFACE_IONOSPHERE_D_REGION

public static final EnumEarth NEAR_SURFACE_IONOSPHERE_D_REGION
The layer of the ionosphere that exists approximately 50 to 95 km above the surface of the Earth. One of several layers in the ionosphere.


NEAR_SURFACE_IONOSPHERE_E_REGION

public static final EnumEarth NEAR_SURFACE_IONOSPHERE_E_REGION
A layer of ionised gas occurring at 90-150km above the ground. One of several layers in the ionosphere. Also called the The Kennelly-Heaviside layer.


NEAR_SURFACE_IONOSPHERE_F_REGION

public static final EnumEarth NEAR_SURFACE_IONOSPHERE_F_REGION
A layer that contains ionized gases at a height of around 150–800 km above sea level, placing it in the thermosphere. the F region has the highest concentration of free electrons and ions anywhere in the atmosphere. It may be thought of as comprising two layers, the F1-and F2-layers. One of several layers in the ionosphere. Also known as the Appleton layer.


NEAR_SURFACE_IONOSPHERE_TOPSIDE

public static final EnumEarth NEAR_SURFACE_IONOSPHERE_TOPSIDE
The region at the upper most areas of the ionosphere.


NEAR_SURFACE_MESOSPHERE

public static final EnumEarth NEAR_SURFACE_MESOSPHERE
The layer of the atmosphere that extends from the Stratosphere to a range of 80 km to 85 km, temperature decreasing with height.


NEAR_SURFACE_PLASMASPHERE

public static final EnumEarth NEAR_SURFACE_PLASMASPHERE
A region of the magnetosphere consisting of low energy (cool) plasma. It is located above the ionosphere. The outer boundary of the plasmasphere is known as the plasmapause, which is defined by an order of magnitude drop in plasma density.


NEAR_SURFACE_POLAR_CAP

public static final EnumEarth NEAR_SURFACE_POLAR_CAP
The areas of the globe surrounding the poles and consisting of the region north of 60 degrees north latitude an the region south of 60 degrees south latitude.


NEAR_SURFACE_SOUTH_ATLANTIC_ANOMALY_REGION

public static final EnumEarth NEAR_SURFACE_SOUTH_ATLANTIC_ANOMALY_REGION
The region where Earth's inner van Allen radiation belt makes its closest approach to the planet's surface. The result is that, for a given altitude, the radiation intensity is higher over this region than elsewhere.


NEAR_SURFACE_STRATOSPHERE

public static final EnumEarth NEAR_SURFACE_STRATOSPHERE
The layer of the atmosphere that extends from the troposphere to about 30 km, temperature increases with height. The stratosphere contains the ozone layer.


NEAR_SURFACE_THERMOSPHERE

public static final EnumEarth NEAR_SURFACE_THERMOSPHERE
The layer of the atmosphere that extends from the Mesosphere to 640+ km, temperature increasing with height.


NEAR_SURFACE_TROPOSPHERE

public static final EnumEarth NEAR_SURFACE_TROPOSPHERE
The lowest layer of the atmosphere which begins at the surface and extends to between 7 km (4.4 mi) at the poles and 17 km (10.6 mi) at the equator, with some variation due to weather factors.


SURFACE

public static final EnumEarth SURFACE
The outermost area of a solid object.

Method Detail

values

public static final EnumEarth[] 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(EnumEarth c : EnumEarth.values())
        System.out.println(c);

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

valueOf

public static EnumEarth 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 EnumEarth fromValue(java.lang.String v)