Jeospace API

org.jeospace.physics.orbit
Class OrbitalElementsType

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

public class OrbitalElementsType
extends java.lang.Object

Constant object identifiers of the type of orbital elements.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Field Summary
static OrbitalElementsType COMET
          Constant indicating the elements of a high orbital eccentricity object such as a comet
 java.lang.String name
          The name of the anomaly type
static OrbitalElementsType PLANET
          Constant indicating the elements of a low orbital eccentricity object such as a planet or asteroid
static OrbitalElementsType SATELLITE
          Constant indicating the elements of a satellite
 
Constructor Summary
protected OrbitalElementsType(java.lang.String name)
          Construct a OrbitalElementsType object.
 
Method Summary
 java.lang.String toString()
          Return a String representation ( the name String ) of this OrbitalElementsType object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SATELLITE

public static final OrbitalElementsType SATELLITE
Constant indicating the elements of a satellite


PLANET

public static final OrbitalElementsType PLANET
Constant indicating the elements of a low orbital eccentricity object such as a planet or asteroid


COMET

public static final OrbitalElementsType COMET
Constant indicating the elements of a high orbital eccentricity object such as a comet


name

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

Constructor Detail

OrbitalElementsType

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

Parameters:
name - the element instantiation type
Method Detail

toString

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

Returns:
a String representation of this OrbitalElementsType object

Jeospace API

Copyright © 2006 - jeospace.org