org.spase.parser121
Enum EnumNearSurface

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

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

Java class for enumNearSurface.

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

 <simpleType name="enumNearSurface">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Atmosphere"/>
     <enumeration value="AuroralRegion"/>
     <enumeration value="EquatorialRegion"/>
     <enumeration value="Ionosphere"/>
     <enumeration value="Ionosphere.DRegion"/>
     <enumeration value="Ionosphere.ERegion"/>
     <enumeration value="Ionosphere.FRegion"/>
     <enumeration value="Ionosphere.Topside"/>
     <enumeration value="Mesosphere"/>
     <enumeration value="Plasmasphere"/>
     <enumeration value="PolarCap"/>
     <enumeration value="SouthAtlanticAnomalyRegion"/>
     <enumeration value="Stratosphere"/>
     <enumeration value="Thermosphere"/>
     <enumeration value="Troposphere"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
ATMOSPHERE
          The neutral gases surrounding a body that extends from the surface and is bound to the body by virtue of the gravitational attraction.
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.
EQUATORIAL_REGION
          A region centered on the equator and limited in latitude by approximately 23 degrees north and south of the equator.
IONOSPHERE
          The charged or ionized gases surrounding a body that are nominally bound to the body by virtue of the gravitational attraction..
IONOSPHERE_D_REGION
          The layer of the ionosphere that exists approximately 50 to 95 km above the surface of the Earth.
IONOSPHERE_E_REGION
          A layer of ionised gas occurring at 90-150km above the ground.
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.
IONOSPHERE_TOPSIDE
          The region at the upper most areas of the ionosphere.
MESOSPHERE
          The layer of the atmosphere that extends from the Stratosphere to a range of 80 km to 85 km, temperature decreasing with height.
PLASMASPHERE
          A region of the magnetosphere consisting of low energy (cool) plasma.
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.
SOUTH_ATLANTIC_ANOMALY_REGION
          The region where Earth's inner van Allen radiation belt makes its closest approach to the planet's surface.
STRATOSPHERE
          The layer of the atmosphere that extends from the troposphere to about 30 km, temperature increases with height.
THERMOSPHERE
          The layer of the atmosphere that extends from the Mesosphere to 640+ km, temperature increasing with height.
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.
 
Method Summary
static EnumNearSurface fromValue(java.lang.String v)
           
 java.lang.String value()
           
static EnumNearSurface valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumNearSurface[] 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

ATMOSPHERE

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


AURORAL_REGION

public static final EnumNearSurface 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.


EQUATORIAL_REGION

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


IONOSPHERE

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


IONOSPHERE_D_REGION

public static final EnumNearSurface 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.


IONOSPHERE_E_REGION

public static final EnumNearSurface 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.


IONOSPHERE_F_REGION

public static final EnumNearSurface 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.


IONOSPHERE_TOPSIDE

public static final EnumNearSurface IONOSPHERE_TOPSIDE
The region at the upper most areas of the ionosphere.


MESOSPHERE

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


PLASMASPHERE

public static final EnumNearSurface 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.


POLAR_CAP

public static final EnumNearSurface 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.


SOUTH_ATLANTIC_ANOMALY_REGION

public static final EnumNearSurface 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.


STRATOSPHERE

public static final EnumNearSurface 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.


THERMOSPHERE

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


TROPOSPHERE

public static final EnumNearSurface 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.

Method Detail

values

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

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

valueOf

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