org.progeeks.geo
Class GeoLine

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

public class GeoLine
extends java.lang.Object
implements GeoShape

A line connecting to geo points.

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

Field Summary
 GeoPoint p1
           
 GeoPoint p2
           
 
Constructor Summary
GeoLine()
           
 
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

p1

public GeoPoint p1

p2

public GeoPoint p2
Constructor Detail

GeoLine

public GeoLine()
Method Detail

toString

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


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