org.progeeks.geo
Class GeoPoint

java.lang.Object
  extended by org.progeeks.geo.GeoPoint
All Implemented Interfaces:
java.io.Serializable, GeoShape

public class GeoPoint
extends java.lang.Object
implements GeoShape

A point include x,y,z values.

Version:
$Revision: 1.2 $
Author:
Paul Speed
See Also:
Serialized Form

Field Summary
 double x
           
 double y
           
 double z
           
 
Constructor Summary
GeoPoint()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public double x

y

public double y

z

public double z
Constructor Detail

GeoPoint

public GeoPoint()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2003 Paul Speed. All Rights Reserved.