gistoolkit.projection.ellipsoid.transform
Class CartesianPoint

java.lang.Object
  extended bygistoolkit.projection.ellipsoid.transform.CartesianPoint

public class CartesianPoint
extends java.lang.Object

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

CartesianPoint

public CartesianPoint()
Creates new CartesianPoint

Method Detail

getX

public double getX()
Return the X coordinate of this point


setX

public void setX(double inX)
Set the X coordinate of this point


getY

public double getY()
Return the Y coordinate of this point


setY

public void setY(double inY)
Set the Y coordinate of this point


getZ

public double getZ()
Return the Z coordinate of this point


setZ

public void setZ(double inZ)
Set the Z coordinate of this point