org.progeeks.geo
Class GeoPath

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

public class GeoPath
extends java.lang.Object
implements GeoShape

A series of interconnected points.

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

Field Summary
 GeoPoint[] points
           
 
Constructor Summary
GeoPath()
           
 
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

points

public GeoPoint[] points
Constructor Detail

GeoPath

public GeoPath()
Method Detail

toString

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


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