|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.progeeks.geo.GeoRectangle
public class GeoRectangle
A rectangular area denoted by two points.
| 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 |
|---|
public GeoPoint min
public GeoPoint max
| Constructor Detail |
|---|
public GeoRectangle()
public GeoRectangle(GeoPoint min,
GeoPoint max)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||