|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.projection.ellipsoid.transform.CartesianPoint
Class to represent a point in three dimensional space.
Constructor Summary | |
CartesianPoint()
Creates new CartesianPoint |
Method Summary | |
double |
getX()
Return the X coordinate of this point |
double |
getY()
Return the Y coordinate of this point |
double |
getZ()
Return the Z coordinate of this point |
void |
setX(double inX)
Set the X coordinate of this point |
void |
setY(double inY)
Set the Y coordinate of this point |
void |
setZ(double inZ)
Set the Z coordinate of this point |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CartesianPoint()
Method Detail |
public double getX()
public void setX(double inX)
public double getY()
public void setY(double inY)
public double getZ()
public void setZ(double inZ)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |