Jeospace API

org.jeospace.physics.orbit
Class AnomalyType

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

public class AnomalyType
extends java.lang.Object

Constant object identifiers of the type of orbital anomaly.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Field Summary
static AnomalyType MEAN
          Constant indicating mean anomaly
 java.lang.String name
          The name of the anomaly type
static AnomalyType TRUE
          Constant indicating true anomaly
 
Constructor Summary
protected AnomalyType(java.lang.String name)
          Construct a AnomalyType object.
 
Method Summary
 java.lang.String toString()
          Return a String representation ( the name String ) of this AnomalyType object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MEAN

public static final AnomalyType MEAN
Constant indicating mean anomaly


TRUE

public static final AnomalyType TRUE
Constant indicating true anomaly


name

public final java.lang.String name
The name of the anomaly type

Constructor Detail

AnomalyType

protected AnomalyType(java.lang.String name)
Construct a AnomalyType object.

Parameters:
name - the angle's direction
Method Detail

toString

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

Returns:
a String representation of this AnomalyType object

Jeospace API

Copyright © 2006 - jeospace.org