|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.coordinate.Axis
Constant object identifiers of the axis's of a cartesian coordinate system.
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 |
public static final Axis X
public static final Axis Y
public static final Axis Z
public final java.lang.String name
public final int index
| Constructor Detail |
protected Axis(java.lang.String name,
int index)
Axis object.
name - the identifier| Method Detail |
public java.lang.String toString()
Axis object.
Axis object
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||