Jeospace API

org.jeospace.physics.orbit
Class SolarNodeID

java.lang.Object
  extended byorg.jeospace.physics.orbit.SolarNodeID

public final class SolarNodeID
extends java.lang.Object

Constant object identifiers of the solar nodes.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton
See Also:
SolarNode

Field Summary
static SolarNodeID AUTUMNAL_EQUINOX
          Autumnal Equinox node identifier
 int index
          The sequence in which the solar node occurs in a calendar year, starting with the vernal equinox, ending with the winter solstice.
 java.lang.String name
          The solar node name.
static SolarNodeID SUMMER_SOLSTICE
          Summer Solstice node identifier
static SolarNodeID VERNAL_EQUINOX
          Vernal Equinox node identifier
static SolarNodeID WINTER_SOLSTICE
          Winter Solstice node identifier
 
Method Summary
static SolarNodeID[] getSolarNodeID()
          Return an array of the defined SolarNodeID objects
 java.lang.String toString()
          Return a String representation ( the name String ) of this SolarNodeID object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VERNAL_EQUINOX

public static final SolarNodeID VERNAL_EQUINOX
Vernal Equinox node identifier


SUMMER_SOLSTICE

public static final SolarNodeID SUMMER_SOLSTICE
Summer Solstice node identifier


AUTUMNAL_EQUINOX

public static final SolarNodeID AUTUMNAL_EQUINOX
Autumnal Equinox node identifier


WINTER_SOLSTICE

public static final SolarNodeID WINTER_SOLSTICE
Winter Solstice node identifier


name

public final java.lang.String name
The solar node name.


index

public final int index
The sequence in which the solar node occurs in a calendar year, starting with the vernal equinox, ending with the winter solstice.

Method Detail

getSolarNodeID

public static SolarNodeID[] getSolarNodeID()
Return an array of the defined SolarNodeID objects

Returns:
the array of the defined SolarNodeID objects

toString

public java.lang.String toString()
Return a String representation ( the name String ) of this SolarNodeID object.

Returns:
a String representation of this SolarNodeID object

Jeospace API

Copyright © 2006 - jeospace.org