Jeospace API

org.jeospace.designation
Class SystemFrame

java.lang.Object
  extended byorg.jeospace.designation.SystemFrame

public class SystemFrame
extends java.lang.Object

Constant object identifiers of the default system frames of reference.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Field Summary
static SystemFrame ECLIPTIC
          The ecliptic (or base level) reference frame
static SystemFrame ELLIPSOIDAL
          The ellipsoidal reference frame
static SystemFrame EQUATORIAL
          The equatorial reference frame
 java.lang.String name
          The name of the reference frame
 
Method Summary
static SystemFrame[] getSystemFrames()
          Return an array of the defined SystemFrame objects
 java.lang.String toString()
          Return a String representation ( the name String ) of this SystemFrame object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ECLIPTIC

public static final SystemFrame ECLIPTIC
The ecliptic (or base level) reference frame


EQUATORIAL

public static final SystemFrame EQUATORIAL
The equatorial reference frame


ELLIPSOIDAL

public static final SystemFrame ELLIPSOIDAL
The ellipsoidal reference frame


name

public final java.lang.String name
The name of the reference frame

Method Detail

getSystemFrames

public static SystemFrame[] getSystemFrames()
Return an array of the defined SystemFrame objects

Returns:
the array of the defined SystemFrame objects

toString

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

Returns:
a String representation of this SystemFrame object

Jeospace API

Copyright © 2006 - jeospace.org