Jeospace API

org.jeospace.coordinate
Class Axis

java.lang.Object
  extended byorg.jeospace.coordinate.Axis

public class Axis
extends java.lang.Object

Constant object identifiers of the axis's of a cartesian coordinate system.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton
See Also:
Cartesian, Vector

Field Summary
 int index
          The index of the axis
 java.lang.String name
          The name of the axis
static Axis X
          The X axis identifier
static Axis Y
          The Y axis identifier
static Axis Z
          The Z axis identifier
 
Constructor Summary
protected Axis(java.lang.String name, int index)
          Construct a Axis object.
 
Method Summary
 java.lang.String toString()
          Return a String representation ( the name String ) of this Axis object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

X

public static final Axis X
The X axis identifier


Y

public static final Axis Y
The Y axis identifier


Z

public static final Axis Z
The Z axis identifier


name

public final java.lang.String name
The name of the axis


index

public final int index
The index of the axis

Constructor Detail

Axis

protected Axis(java.lang.String name,
               int index)
Construct a Axis object.

Parameters:
name - the identifier
Method Detail

toString

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

Returns:
a String representation of this Axis object

Jeospace API

Copyright © 2006 - jeospace.org