|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumCoordinateSystemName>
org.spase.parser120.EnumCoordinateSystemName
public enum EnumCoordinateSystemName
Java class for enumCoordinateSystemName.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumCoordinateSystemName">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CGM"/>
<enumeration value="DM"/>
<enumeration value="GEI"/>
<enumeration value="GEO"/>
<enumeration value="GSE"/>
<enumeration value="GSEQ"/>
<enumeration value="GSM"/>
<enumeration value="HAE"/>
<enumeration value="HEE"/>
<enumeration value="HEEQ"/>
<enumeration value="HG"/>
<enumeration value="HGI"/>
<enumeration value="J2000"/>
<enumeration value="LGM"/>
<enumeration value="MAG"/>
<enumeration value="MFA"/>
<enumeration value="RTN"/>
<enumeration value="SC"/>
<enumeration value="SE"/>
<enumeration value="SM"/>
<enumeration value="SR"/>
<enumeration value="SR2"/>
<enumeration value="SSE"/>
<enumeration value="WGS84"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
CGM
Corrected Geomagnetic - A coordinate system from a spatial point with GEO radial distance and geomagnetic latitude and longitude, follow the epoch-appropriate IGRF/DGRF model field vector through to the point where the field line crosses the geomagnetic dipole equatorial plane. |
|
DM
Dipole Meridian - A coordinate system centered at the observation point. |
|
GEI
Geocentric Equatorial Inertial - A coordinate system where the Z axis is along Earth's spin vector, positive northward. |
|
GEO
Geographic - geocentric corotating - A coordinate system where the Z axis is along Earth's spin vector, positive northward. |
|
GSE
Geocentric Solar Ecliptic - A coordinate system where the X axis is from Earth to Sun. |
|
GSEQ
Geocentric Solar Equatorial - A coordinate system where the X axis is from Earth to Sun. |
|
GSM
Geocentric Solar Magnetospheric - A coordinate system where the X axis is from Earth to Sun, Z axis is northward in a plane containing the X axis and the geomagnetic dipole axis. |
|
HAE
Heliocentric Aries Ecliptic - A coordinate system where the Z axis is normal to the ecliptic plane, positive northward. |
|
HEE
Heliocentric Earth Ecliptic - A coordinate system where the Z axis is normal to the ecliptic plane, positive northward. |
|
HEEQ
Heliocentric Earth Equatorial - A coordinate system where the Z axis is normal to the solar equatorial plane, positive northward. |
|
HG
Heliographic - A heliocentric rotating coordinate system where the Z axis is normal to the solar equatorial plane, positive northward. |
|
HGI
Heliographic Inertial - A heliocentric coordinate system where the Z axis is normal to the solar equatorial plane, positive northward. |
|
J_2000
An astronomical coordinate system which uses the mean equator and equinox of Julian date 2451545.0 TT (Terrestrial Time), or January 1, 2000, noon TT. |
|
LGM
Local Geomagnetic - A coordinate system used mainly for Earth surface or near Earth surface magnetic field data. |
|
MAG
Geomagnetic - geocentric. |
|
MFA
Magnetic Field Aligned - A coordinate system spacecraft-centered system with Z in the direction of the ambient magnetic field vector. |
|
RTN
Radial Tangential Normal. |
|
SC
Spacecraft - A coordinate system defined by the spacecraft geometry and/or spin. |
|
SE
Solar Ecliptic - A heliocentric coordinate system where the Z axis is normal to the ecliptic plane, positive northward. |
|
SM
Solar Magnetic - A geocentric coordinate system where the Z axis is northward along Earth's dipole axis, X axis is in plane of z axis and Earth-Sun line, positive sunward. |
|
SR
Spin Reference - A special case of a Spacecraft (SC) coordinate system for a spinning spacecraft. |
|
SR_2
Spin Reference 2 - A special case of a Spacecraft (SC) coordinate system for a spinning spacecraft. |
|
SSE
Spacecraft Solar Ecliptic - A coordinate system used for deep space spacecraft, for example Helios. |
|
WGS_84
The World Geodetic System (WGS) defines a reference frame for the earth, for use in geodesy and navigation. |
|
| Method Summary | |
|---|---|
static EnumCoordinateSystemName |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumCoordinateSystemName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumCoordinateSystemName[] |
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 EnumCoordinateSystemName CGM
public static final EnumCoordinateSystemName DM
public static final EnumCoordinateSystemName GEI
public static final EnumCoordinateSystemName GEO
public static final EnumCoordinateSystemName GSE
public static final EnumCoordinateSystemName GSEQ
public static final EnumCoordinateSystemName GSM
public static final EnumCoordinateSystemName HAE
public static final EnumCoordinateSystemName HEE
public static final EnumCoordinateSystemName HEEQ
public static final EnumCoordinateSystemName HG
public static final EnumCoordinateSystemName HGI
public static final EnumCoordinateSystemName J_2000
public static final EnumCoordinateSystemName LGM
public static final EnumCoordinateSystemName MAG
public static final EnumCoordinateSystemName MFA
public static final EnumCoordinateSystemName RTN
public static final EnumCoordinateSystemName SC
public static final EnumCoordinateSystemName SE
public static final EnumCoordinateSystemName SM
public static final EnumCoordinateSystemName SR
public static final EnumCoordinateSystemName SR_2
public static final EnumCoordinateSystemName SSE
public static final EnumCoordinateSystemName WGS_84
| Method Detail |
|---|
public static final EnumCoordinateSystemName[] values()
for(EnumCoordinateSystemName c : EnumCoordinateSystemName.values())
System.out.println(c);
public static EnumCoordinateSystemName 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 EnumCoordinateSystemName fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||