org.progeeks.geo
Class GeoRectangle

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

public class GeoRectangle
extends java.lang.Object
implements GeoShape

A rectangular area denoted by two points.

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

Field Summary
 GeoPoint max
           
 GeoPoint min
           
 
Constructor Summary
GeoRectangle()
           
GeoRectangle(GeoPoint min, GeoPoint max)
           
 
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

min

public GeoPoint min

max

public GeoPoint max
Constructor Detail

GeoRectangle

public GeoRectangle()

GeoRectangle

public GeoRectangle(GeoPoint min,
                    GeoPoint max)
Method Detail

toString

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


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